Skip to content

Commit

Permalink
Merge pull request #49 from freddybushboy/initialize
Browse files Browse the repository at this point in the history
fix: export createExpressApp function
  • Loading branch information
kenneth-gray authored Nov 3, 2021
2 parents f832f9a + 89ed237 commit e91daa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export {
HttpMock,
Scenario,
} from './types';
export { run } from './run';
export { run, createExpressApp } from './run';

0 comments on commit e91daa7

Please sign in to comment.