test(hooks): fix typo (#15113)

test(hooks): fix typo
This commit is contained in:
小林不是coder 2023-12-13 09:07:57 +08:00 committed by GitHub
parent b7a05e7687
commit a778a9c6ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ const TestComp = defineComponent({
},
})
describe('use-locale', () => {
describe('use-namespace', () => {
const Comp = defineComponent({
setup(_props, { slots }) {
provideGlobalConfig({ namespace: 'ep' })

View File

@ -34,7 +34,7 @@ const Comp = defineComponent({
},
})
describe('useModal', () => {
describe('useTeleport', () => {
let wrapper: VueWrapper<InstanceType<typeof Comp>>
beforeEach(() => {