We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0d4f4 commit 75749fcCopy full SHA for 75749fc
test/specs/cli.spec.js
@@ -47,7 +47,7 @@ describe('The Angularity cli interface', function () {
47
helper.runner.create()
48
.addInvocation('--help')
49
.addInvocation('-h')
50
-// .addInvocation('-?') // TODO @bholloway process cannot be spawned on windows when it has -? flag
+// .addInvocation('-?') // TODO @bholloway process cannot be spawned on windows when it has -? flag
51
.forEach(fastIt(expectations))
52
.finally(done);
53
0 commit comments