test: added basic unit tests (except for charts). Unit tests segregated in directories.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Vue from 'vue'
|
||||
import BootstrapVue from 'bootstrap-vue'
|
||||
import DefaultAside from '@/containers/DefaultAside'
|
||||
|
||||
Vue.use(BootstrapVue)
|
||||
|
||||
describe('DefaultAside.vue', () => {
|
||||
it('has a name', () => {
|
||||
expect(DefaultAside.name).toMatch('DefaultAside')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user