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 7fea63f commit 709e250Copy full SHA for 709e250
src/components/modal/modal.spec.js
@@ -1,6 +1,6 @@
1
import Modal from './modal'
2
import { mount, createWrapper } from '@vue/test-utils'
3
-import { getComponentConfig } from `../../utils/config'
+import { getComponentConfig } from '../../utils/config'
4
5
// Grab the configured base index
6
const CONFIG_ZINDEX = getComponentConfig('BModal', 'zIndexOffset')
0 commit comments