Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 2, 2021
1 parent 1acf9d9 commit d7a053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/pure.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {SpawnOptionsWithoutStdio} from 'child_process'
import {ChildProcess} from 'node:child_process'
import type userEvent from '../src/user-event'
import type {queries, BoundFunction, BoundFunctions} from './get-queries-for-instance'
import type {queries, BoundFunction} from './get-queries-for-instance'

export interface TestInstance {
clear(): void
Expand Down

0 comments on commit d7a053a

Please sign in to comment.