vue-bulma-components
Version:
Quickly Translate Bulma css in to vue components
11 lines (9 loc) • 337 B
JavaScript
import vbc, { bulmaComponentGenerator } from 'src/plugin/plugin'
describe('Bulma component generator ', () => {
it('should access bulma componentized plugin', () => {
expect(vbc).toMatchSnapshot()
})
it('should access the bulma component generator func ', () => {
expect(bulmaComponentGenerator).toMatchSnapshot()
})
})