mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
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:
parent
db16e31489
commit
3c0a0aa0ad
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user