Skip to content

Commit 24ec85a

Browse files
Max10240wangbaolong.wbl
and
wangbaolong.wbl
authoredJun 15, 2023
fix: import performance from perf_hooks (fix #3578) (#3579)
Co-authored-by: wangbaolong.wbl <wangbaolong.wbl@antgroup.com>
1 parent b4ac88e commit 24ec85a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/vitest/src/runtime/child.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { performance } from 'node:perf_hooks'
12
import v8 from 'node:v8'
23
import { createBirpc } from 'birpc'
34
import { parseRegexp } from '@vitest/utils'

0 commit comments

Comments
 (0)
Please sign in to comment.