We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5486cc commit bef66a1Copy full SHA for bef66a1
test/helpers/init.js
@@ -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