Skip to content

Commit

Permalink
refactor(mockingbird-ts): fix imports and exports of the main package
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Jul 21, 2021
1 parent cd8e154 commit 79c6220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/generator/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export * from '@mockinbird/parser';
export * from '@mockinbird/types';

export { Mock, MockOptions } from '@mockinbird/reflect';

export * from './lib';
export * from './types/mock-decorator-factory-options.interface';
3 changes: 2 additions & 1 deletion packages/generator/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './mock-generator';
export * from './mock-factory';
export * from './mock-builder';

0 comments on commit 79c6220

Please sign in to comment.