Skip to content

Commit b9f7597

Browse files
kamalgillKent C. Dodds
authored and
Kent C. Dodds
committed
fix(ts): matcher import path in get-queries-for-element typings (testing-library#43)
1 parent ecc9ebc commit b9f7597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/get-queries-for-element.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Matcher} from 'matches'
1+
import {Matcher} from './matches'
22
import * as queries from './queries'
33

44
export type BoundFunction<T> = T extends (

0 commit comments

Comments
 (0)