chore: remove unused registration in test cases
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import TreeSelect from '..';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
Vue.use(TreeSelect);
|
||||
|
||||
test('empty list', () => {
|
||||
expect(mount(TreeSelect)).toMatchSnapshot();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user