Skip to content

Commit 367f063

Browse files
committed
test: remove global
1 parent 4939f3e commit 367f063

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

__tests__/multipleApps.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { h } from 'vue'
33
import { createDom } from './utils'
44
// import { mockWarn } from 'jest-mock-warn'
55

6-
declare var __DEV__: boolean
7-
86
const delay = (t: number) => new Promise(resolve => setTimeout(resolve, t))
97

108
function newRouter(options: Partial<Parameters<typeof createRouter>[0]> = {}) {

0 commit comments

Comments
 (0)