Skip to content

Commit

Permalink
Refactor import
Browse files Browse the repository at this point in the history
Remove unnecessary import
  • Loading branch information
gerteck committed Jul 4, 2024
1 parent 2168083 commit a5da4c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vue-components/src/__tests__/Dropdown.spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { mount } from '@vue/test-utils';
import Dropdown from '../Dropdown.vue';
import Submenu from '../Submenu.vue';

const DEFAULT_STUBS = {
'dropdown': Dropdown,
'submenu': Submenu,
};

const DROPDOWN = `
Expand Down

0 comments on commit a5da4c4

Please sign in to comment.