Skip to content

Commit

Permalink
[core] Add missing unwrap export to test-utils type definition (#12184)
Browse files Browse the repository at this point in the history
  • Loading branch information
kallebornemark authored and oliviertassinari committed Jul 18, 2018
1 parent 9169026 commit b65f072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/test-utils/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { default as createShallow } from './createShallow';
export { default as createMount } from './createMount';
export { default as createRender } from './createRender';
export { default as getClasses } from './getClasses';
export { default as unwrap } from './unwrap';

0 comments on commit b65f072

Please sign in to comment.