Skip to content

Commit b326979

Browse files
committed
Update entrypoints
1 parent cd4005e commit b326979

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as queryHelpers from './query-helpers'
44

55
export * from './queries'
66
export * from './wait-for'
7-
export * from './wait-for-element'
87
export * from './wait-for-element-to-be-removed'
98
export {getDefaultNormalizer} from './matches'
109
export * from './get-node-text'

types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export * from './query-helpers'
1212
export * from './screen'
1313
export * from './wait'
1414
export * from './wait-for'
15-
export * from './wait-for-element'
1615
export * from './wait-for-element-to-be-removed'
1716
export * from './matches'
1817
export * from './get-node-text'

0 commit comments

Comments
 (0)