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 1acf9d9 commit d7a053aCopy full SHA for d7a053a
types/pure.d.ts
@@ -1,7 +1,7 @@
1
import type {SpawnOptionsWithoutStdio} from 'child_process'
2
import {ChildProcess} from 'node:child_process'
3
import type userEvent from '../src/user-event'
4
-import type {queries, BoundFunction, BoundFunctions} from './get-queries-for-instance'
+import type {queries, BoundFunction} from './get-queries-for-instance'
5
6
export interface TestInstance {
7
clear(): void
0 commit comments