feat: add frontend
This commit is contained in:
9
frontend/test/Legend.spec.js
Normal file
9
frontend/test/Legend.spec.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { mount } from '@vue/test-utils'
|
||||
import Legend from '@/components/Legend.vue'
|
||||
|
||||
describe('Legend', () => {
|
||||
test('is a Vue instance', () => {
|
||||
const wrapper = mount(Legend);
|
||||
expect(wrapper.vm).toBeTruthy()
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user