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 1d5dd95 commit 62eb16eCopy full SHA for 62eb16e
test/specs/tasks/test.spec.js
@@ -55,7 +55,7 @@ describe('The Angularity test task', function () {
55
56
function expectations(testCase) {
57
expect(testCase.stdout).toBeTask('test');
58
- expect(testCase.stdout).toMatch(/^Karma tests\:\s+1\/1$|^ERROR.*Cannot start Chrome$/m); // TODO @bholloway choose a browser that will work on cloud CI
+ expect(testCase.stdout).toMatch(/^Karma tests\:\s+1\/1$|Cannot start Chrome/m); // TODO @bholloway choose a browser that will work on cloud CI
59
javascriptTask.expectations(testCase);
60
61
// make replacements to allow karma.conf.js to be correctly diff'd
0 commit comments