Skip to content

Commit e532cef

Browse files
authored
Update queries.d.ts
1 parent 1156a18 commit e532cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/queries.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Matcher, MatcherOptions } from './matches';
22
import { SelectorMatcherOptions } from './query-helpers';
3-
import { waitForOptions } from 'wait-for';
3+
import { waitForOptions } from './wait-for';
44

55
export type QueryByBoundAttribute = (
66
container: HTMLElement,

0 commit comments

Comments
 (0)