mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
10 lines
203 B
TypeScript
10 lines
203 B
TypeScript
// import { mount } from '@vue/test-utils'
|
|
// import Menu from '../src/menu.vue'
|
|
|
|
describe('Menu.vue', () => {
|
|
test('render test', () => {
|
|
// TODO: compelete test case
|
|
return undefined
|
|
})
|
|
})
|