mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
12 lines
329 B
JavaScript
Executable file
12 lines
329 B
JavaScript
Executable file
// import Vue from 'vue';
|
|
// import NavHeader from '@/components/NavHeader';
|
|
//
|
|
// describe('NavHeader', () => {
|
|
// it('should render correct contents', () => {
|
|
// const Constructor = Vue.extend(NavHeader);
|
|
// const vm = new Constructor().$mount();
|
|
//
|
|
// expect(vm.$el).to.exist;
|
|
// });
|
|
// });
|
|
//
|