We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be22062 commit 2a9d95bCopy full SHA for 2a9d95b
src/pure.ts
@@ -8,6 +8,7 @@ import {bindObjectFnsToInstance, setCurrentInstance} from './helpers'
8
import {fireEvent} from './events'
9
import {getConfig} from './config'
10
import {logCLI} from './pretty-cli'
11
+import {performance} from 'perf_hooks'
12
13
const mountedInstances = new Set<TestInstance>()
14
0 commit comments