diff --git a/src/index.ts b/src/index.ts index ba02d691..9cd15c83 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,6 +13,7 @@ export const test = fancy .register('command', command) .register('exit', exit) .register('hook', hook) +.env({NODE_ENV: 'test'}) export default test