Skip to content

Commit dbc3c9b

Browse files
alfrescianKent C. Dodds
authored and
Kent C. Dodds
committed
fix(TS): add waitForElementToBeRemoved to index typings (#254)
1 parent 4fb0093 commit dbc3c9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export * from './query-helpers'
1111
export * from './wait'
1212
export * from './wait-for-dom-change'
1313
export * from './wait-for-element'
14+
export * from './wait-for-element-to-be-removed'
1415
export * from './matches'
1516
export * from './get-node-text'
1617
export * from './events'

0 commit comments

Comments
 (0)