Skip to content

Commit e7aaf2d

Browse files
committed
chore(tests): fix lint warnings
1 parent 66a910f commit e7aaf2d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/directives/popover/popover.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { mount } from '@vue/test-utils'
22
import { waitNT, waitRAF } from '../../../tests/utils'
33
import { VBPopover } from './popover'
4-
import { BVPopover } from '../../components/popover/helpers/bv-popover'
54

65
// Key which we use to store tooltip object on element
76
const BV_POPOVER = '__BV_Popover__'

src/directives/tooltip/tooltip.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { mount } from '@vue/test-utils'
22
import { waitNT, waitRAF } from '../../../tests/utils'
33
import { VBTooltip } from './tooltip'
4-
import { BVTooltip } from '../../components/tooltip/helpers/bv-tooltip'
54

65
// Key which we use to store tooltip object on element
76
const BV_TOOLTIP = '__BV_Tooltip__'

0 commit comments

Comments
 (0)