Skip to content

Commit d7a053a

Browse files
committed
chore: fix build
1 parent 1acf9d9 commit d7a053a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/pure.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type {SpawnOptionsWithoutStdio} from 'child_process'
22
import {ChildProcess} from 'node:child_process'
33
import type userEvent from '../src/user-event'
4-
import type {queries, BoundFunction, BoundFunctions} from './get-queries-for-instance'
4+
import type {queries, BoundFunction} from './get-queries-for-instance'
55

66
export interface TestInstance {
77
clear(): void

0 commit comments

Comments
 (0)