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.
2 parents 1c8b3e4 + 100b8bf commit 0be0c79Copy full SHA for 0be0c79
Resources/js/run_jsunit.js
@@ -41,7 +41,7 @@ if (system.args.length <= 1) {
41
});
42
}, function() {
43
var exitCode = page.evaluate(function() {
44
- return G_testRunner.isSuccess() ? 0 : 1;
+ return G_testRunner.testCase.isSuccess() ? 0 : 1;
45
46
phantom.exit(exitCode);
47
0 commit comments