mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
test: rm useless test
This commit is contained in:
parent
5ecc3a0e00
commit
c3d42339f8
@ -1,15 +0,0 @@
|
||||
import { mount } from '@vue/test-utils'
|
||||
import Locale from '../src/index.vue'
|
||||
|
||||
const AXIOM = 'Rem is the best girl'
|
||||
|
||||
describe('Locale.vue', () => {
|
||||
test('render test', () => {
|
||||
const wrapper = mount(Locale, {
|
||||
slots: {
|
||||
default: AXIOM,
|
||||
},
|
||||
})
|
||||
expect(wrapper.text()).toEqual(AXIOM)
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue
Block a user