mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
import { shallowMount } from '@vue/test-utils'
|
|
import HelloWorld from '@/components/HelloWorld.vue'
|
|
|
|
describe('HelloWorld.vue', () => {
|
|
|
|
})
|