Skip to content

Commit 62eb16e

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

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
@@ -55,7 +55,7 @@ describe('The Angularity test task', function () {
5555

5656
function expectations(testCase) {
5757
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
58+
expect(testCase.stdout).toMatch(/^Karma tests\:\s+1\/1$|Cannot start Chrome/m); // TODO @bholloway choose a browser that will work on cloud CI
5959
javascriptTask.expectations(testCase);
6060

6161
// make replacements to allow karma.conf.js to be correctly diff'd

0 commit comments

Comments
 (0)