We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c2f30 commit 7d1125cCopy full SHA for 7d1125c
lib/common.ts
@@ -1,6 +1,6 @@
1
-import {Queries} from './typedefs'
+import {queries} from '@testing-library/dom'
2
3
-export const queryNames: Array<keyof Queries> = [
+export const queryNames: Array<keyof typeof queries> = [
4
'queryByPlaceholderText',
5
'queryAllByPlaceholderText',
6
'getByPlaceholderText',
0 commit comments