We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85e05a commit 8edcfd9Copy full SHA for 8edcfd9
tests/fixtures/inspect.js
@@ -2,6 +2,8 @@
2
3
const program = require('../../');
4
5
+process.env.FORCE_COLOR = 0; // work-around bug in Jest: https://github.com/jestjs/jest/issues/14391
6
+
7
program
8
.command('sub', 'install one or more packages')
9
.parse(process.argv);
tests/fixtures/pm
@@ -1,5 +1,7 @@
1
#!/usr/bin/env node
var program = require('../../');
0 commit comments