test: fix wrapper snapshot usage
This commit is contained in:
@@ -24,7 +24,7 @@ test('unswitchable', () => {
|
||||
},
|
||||
});
|
||||
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
expect(wrapper.html()).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('select event', () => {
|
||||
|
||||
Reference in New Issue
Block a user