Skip to content

Commit ce79c72

Browse files
RoystonSKent C. Dodds
authored and
Kent C. Dodds
committed
fix(TS): fix link to TS types for waitForDomChange (#178)
**What**: TypeScript typings were added for `waitForDomChange` in #117 but were never linked to from index.d.ts. **Why**: Without this change, `waitForDomChange` isn't accessible from TypeScript code, and the TS typings for the function are wasted. **Checklist**: - [x] Documentation (N/A) - [x] Tests (N/A) - [x] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? --> - [x] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions --> <!-- feel free to add additional comments -->
1 parent e849af7 commit ce79c72

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
@@ -9,6 +9,7 @@ export {queries, queryHelpers, within}
99
export * from './queries'
1010
export * from './query-helpers'
1111
export * from './wait'
12+
export * from './wait-for-dom-change'
1213
export * from './wait-for-element'
1314
export * from './matches'
1415
export * from './get-node-text'

0 commit comments

Comments
 (0)