Skip to content

Commit

Permalink
adds state and run exports to index
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendrik committed Jul 24, 2019
1 parent a1e3007 commit eecdd8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jest-circus/src/index.ts
Expand Up @@ -213,3 +213,5 @@ export default {
it,
test,
};
export * from './state';
export {default as run} from './run';

0 comments on commit eecdd8f

Please sign in to comment.