test: fix wrapper snapshot usage
This commit is contained in:
@@ -81,7 +81,7 @@ test('title & description slot', () => {
|
||||
},
|
||||
});
|
||||
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
expect(wrapper.html()).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('click-overlay event', async () => {
|
||||
|
||||
Reference in New Issue
Block a user