Basic config of nuxt package, delete defaults.

This commit is contained in:
2020-12-16 12:21:14 +01:00
parent 5328f5eb51
commit 80b7c19e27
7 changed files with 37 additions and 166 deletions

View File

@@ -1,9 +0,0 @@
import { mount } from '@vue/test-utils'
import Logo from '@/components/Logo.vue'
describe('Logo', () => {
test('is a Vue instance', () => {
const wrapper = mount(Logo)
expect(wrapper.vm).toBeTruthy()
})
})