Expose bootstrap in test.ts

This commit is contained in:
Jerko Steiner 2019-08-26 18:46:06 +07:00
parent 772c3f6682
commit 291d05e2be

View File

@ -6,7 +6,7 @@ import {createNamespace} from 'cls-hooked'
export const exit = jest.fn()
const bootstrap = new Bootstrap(
export const bootstrap = new Bootstrap(
config,
createNamespace('test'),
exit,