Skip to content

Commit 75749fc

Browse files
author
benholloway
committed
attempting to fix problem with testing on CI environment
1 parent de0d4f4 commit 75749fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/cli.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('The Angularity cli interface', function () {
4747
helper.runner.create()
4848
.addInvocation('--help')
4949
.addInvocation('-h')
50-
// .addInvocation('-?') // TODO @bholloway process cannot be spawned on windows when it has -? flag
50+
// .addInvocation('-?') // TODO @bholloway process cannot be spawned on windows when it has -? flag
5151
.forEach(fastIt(expectations))
5252
.finally(done);
5353

0 commit comments

Comments
 (0)