Skip to content

Commit bef66a1

Browse files
committed
fix: add test helper
1 parent b5486cc commit bef66a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/helpers/init.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const path = require('path')
2+
process.env.TS_NODE_PROJECT = path.resolve('test/tsconfig.json')
3+
process.env.NODE_ENV = 'development'
4+
5+
global.oclif = global.oclif || {}
6+
global.oclif.columns = 80

0 commit comments

Comments
 (0)