UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

7 lines (5 loc) 184 B
import { loadFixture, testVM, nextTick, setData } from '../../../tests/utils'; describe('carousel', async() => { beforeEach(loadFixture(__dirname, 'carousel')); testVM(); });