[bugfix] Toast: destroy instance in multiple mode (#1959)
This commit is contained in:
@@ -5,7 +5,8 @@ transitionStub();
|
||||
|
||||
test('create a forbidClick toast', async() => {
|
||||
const toast = Toast({
|
||||
forbidClick: true
|
||||
forbidClick: true,
|
||||
type: 'success'
|
||||
});
|
||||
|
||||
expect(toast.$el.outerHTML).toMatchSnapshot();
|
||||
|
||||
Reference in New Issue
Block a user