Skip to content

Commit a53073a

Browse files
author
benholloway
committed
workaround for windows
1 parent 62eb16e commit a53073a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/tasks/test.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('The Angularity test task', function () {
7979
.finally(done);
8080

8181
function expectations(testCase) {
82-
if (!testCase.errorcode) { // TODO @bholloway windows invocation fails in test but not in real use
82+
if (!testCase.exitcode) { // TODO @bholloway windows invocation fails in test but not in real use
8383
expect(testCase.stderr).toBeHelpWithError(true);
8484
}
8585
}

0 commit comments

Comments
 (0)