Skip to content

Commit

Permalink
fix(TS): fix link to TS types for waitForDomChange (#178)
Browse files Browse the repository at this point in the history
**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 -->
  • Loading branch information
RoystonS authored and Kent C. Dodds committed Dec 11, 2018
1 parent e849af7 commit ce79c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export {queries, queryHelpers, within}
export * from './queries'
export * from './query-helpers'
export * from './wait'
export * from './wait-for-dom-change'
export * from './wait-for-element'
export * from './matches'
export * from './get-node-text'
Expand Down

0 comments on commit ce79c72

Please sign in to comment.