mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
parent
b7a05e7687
commit
a778a9c6ee
@ -44,7 +44,7 @@ const TestComp = defineComponent({
|
||||
},
|
||||
})
|
||||
|
||||
describe('use-locale', () => {
|
||||
describe('use-namespace', () => {
|
||||
const Comp = defineComponent({
|
||||
setup(_props, { slots }) {
|
||||
provideGlobalConfig({ namespace: 'ep' })
|
||||
|
@ -34,7 +34,7 @@ const Comp = defineComponent({
|
||||
},
|
||||
})
|
||||
|
||||
describe('useModal', () => {
|
||||
describe('useTeleport', () => {
|
||||
let wrapper: VueWrapper<InstanceType<typeof Comp>>
|
||||
|
||||
beforeEach(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user