UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

7 lines (5 loc) 173 B
import {loadFixture, testVM} from '../../../tests/utils'; describe('form-checkbox', async() => { beforeEach(loadFixture(__dirname, 'form-checkbox')); testVM(); });