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 6a2962b commit a48ad6dCopy full SHA for a48ad6d
src/helpers/a11yAPI.js
@@ -1,6 +1,6 @@
1
// @flow
2
import type { A11yRole, A11yStates, A11yState, A11yValue } from '../types.flow';
3
-import type { WaitForOptions } from '../waitFor.js';
+import type { WaitForOptions } from '../waitFor';
4
import makeQuery from './makeQuery';
5
6
type GetReturn = ReactTestInstance;
0 commit comments