mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
fix(create-vant-cli-app): fix vue3 test cases
This commit is contained in:
parent
80ba68b6aa
commit
681f7ed982
@ -1,3 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`render demo button 1`] = `<button class="demo-button"></button>`;
|
||||
exports[`render demo button 1`] = `
|
||||
<button class="demo-button">
|
||||
</button>
|
||||
`;
|
||||
|
@ -3,5 +3,5 @@ import DemoButton from '../../demo-button';
|
||||
|
||||
test('render demo button', () => {
|
||||
const wrapper = mount(DemoButton);
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
expect(wrapper.html()).toMatchSnapshot();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user