Skip to content

Commit e049cbf

Browse files
committed
fix: clean unnecessary code
1 parent 43be5c6 commit e049cbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue/__tests__/e2e/Transition.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { E2E_TIMEOUT, setupPuppeteer } from './e2eUtils'
22
import path from 'node:path'
33
import { Transition, createApp, h, nextTick, ref } from 'vue'
4-
import { expect } from 'vitest'
54

65
describe('e2e: Transition', () => {
76
const { page, html, classList, isVisible, timeout, nextFrame, click } =

0 commit comments

Comments
 (0)