Skip to content

v2.7.1 - @Testing-Library/Vue container support

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 02 Mar 16:06
· 17 commits to main since this release
f2e149a

Features:

  • Adds support for @Testing-Library/Vue containers:
const { container } = render(MyComponent);

expect(container)
  .toMatchSnapshot();

Diff: