yarn @vue/test-utils 2.4.2
v2.4.2

latest releases: 2.4.6, 2.4.5, 2.4.4...
15 months ago

What's Changed

Note: A fix for the text() method (#2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when using text() on a single element). So if you were checking the text of <span>Trimmed </span><span>Example</span>, it is now TrimmedExample instead of Trimmed Example (and the text() of the first span is still Trimmed as it was before).

Fix

Docs

Chore

New Contributors

Full Changelog: v2.4.1...v2.4.2

Don't miss a new test-utils release

NewReleases is sending notifications on new releases.