Browse Source

fix(tests): import afterAll

daiwei 3 months ago
parent
commit
689b0dbb95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/vue/__tests__/e2e/teleport.spec.ts

+ 1 - 1
packages/vue/__tests__/e2e/teleport.spec.ts

@@ -1,7 +1,7 @@
 import { once } from 'node:events'
 import { createServer } from 'node:http'
 import path from 'node:path'
-import { beforeAll } from 'vitest'
+import { afterAll, beforeAll } from 'vitest'
 import serveHandler from 'serve-handler'
 
 import { E2E_TIMEOUT, setupPuppeteer } from './e2eUtils'