v2.7.1 - @Testing-Library/Vue container support
Features:
- Adds support for @Testing-Library/Vue containers:
const { container } = render(MyComponent);
expect(container)
.toMatchSnapshot();
Diff:
Features:
const { container } = render(MyComponent);
expect(container)
.toMatchSnapshot();
Diff: