We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bd4cb commit 9ec6f93Copy full SHA for 9ec6f93
src/icons/icons.spec.js
@@ -1,5 +1,6 @@
1
import { mount, createLocalVue as CreateLocalVue } from '@vue/test-utils'
2
-import { IconsPlugin, BIcon } from './index'
+import { IconsPlugin } from './index'
3
+import { BIcon } from './icon'
4
5
describe('icons', () => {
6
const localVue = new CreateLocalVue()
0 commit comments