chore: remove unused registration in test cases
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { mount } from '../../../test';
|
||||
import Vue from 'vue';
|
||||
import Sidebar from '..';
|
||||
import SidebarItem from '../../sidebar-item';
|
||||
|
||||
Vue.use(Sidebar);
|
||||
Vue.use(SidebarItem);
|
||||
|
||||
test('click event & change event', () => {
|
||||
const onClick = jest.fn();
|
||||
|
||||
Reference in New Issue
Block a user