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 62eb16e commit a53073aCopy full SHA for a53073a
test/specs/tasks/test.spec.js
@@ -79,7 +79,7 @@ describe('The Angularity test task', function () {
79
.finally(done);
80
81
function expectations(testCase) {
82
- if (!testCase.errorcode) { // TODO @bholloway windows invocation fails in test but not in real use
+ if (!testCase.exitcode) { // TODO @bholloway windows invocation fails in test but not in real use
83
expect(testCase.stderr).toBeHelpWithError(true);
84
}
85
0 commit comments