test(components): [teleport] Fixed spelling error ElTelport to ElTelepot (#14337)

In the teleport test file, changed "describe('ElTelport'" to "describe('ElTeleport'".

closed only spelling error

Co-authored-by: guohenghai <guohenghai@126.com>
This commit is contained in:
Henry Guo 2023-09-20 17:07:50 +08:00 committed by GitHub
parent db16e31489
commit 3c0a0aa0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import type { TeleportInstance } from '../src/teleport'
const AXIOM = 'rem is the best girl'
describe('ElTelport', () => {
describe('ElTeleport', () => {
let wrapper: VueWrapper<TeleportInstance>
beforeEach(() => {