NEW
This commit is contained in:
2
frontend/tests/unit/app.spec.js
Normal file
2
frontend/tests/unit/app.spec.js
Normal file
@@ -0,0 +1,2 @@
|
||||
import { mount } from '@vue/test-utils'
|
||||
import App from "./App.vue"
|
||||
8
frontend/tests/unit/example.spec.js
Normal file
8
frontend/tests/unit/example.spec.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { shallowMount } from '@vue/test-utils'
|
||||
|
||||
describe('Test Book', () => {
|
||||
it('Testcase', () => {
|
||||
const msg = 'new message'
|
||||
expect("b").toMatch("b")
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user