Skip to content

Commit a48ad6d

Browse files
Update src/helpers/a11yAPI.js
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
1 parent 6a2962b commit a48ad6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/a11yAPI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @flow
22
import type { A11yRole, A11yStates, A11yState, A11yValue } from '../types.flow';
3-
import type { WaitForOptions } from '../waitFor.js';
3+
import type { WaitForOptions } from '../waitFor';
44
import makeQuery from './makeQuery';
55

66
type GetReturn = ReactTestInstance;

0 commit comments

Comments
 (0)