Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Jun 30, 2022
1 parent be22062 commit 2a9d95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {bindObjectFnsToInstance, setCurrentInstance} from './helpers'
import {fireEvent} from './events'
import {getConfig} from './config'
import {logCLI} from './pretty-cli'
import {performance} from 'perf_hooks'

const mountedInstances = new Set<TestInstance>()

Expand Down

0 comments on commit 2a9d95b

Please sign in to comment.