UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

8 lines (5 loc) 155 B
import {loadFixture, testVM} from '../../../tests/utils'; describe('tab', async() => { beforeEach(loadFixture(__dirname, 'tabs')); testVM(); });