We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb117f1 commit 39eeac1Copy full SHA for 39eeac1
tests/e2e/tests/misc/live-reload.ts
@@ -13,7 +13,7 @@ import { wait } from '../../utils/utils';
13
14
15
export default function () {
16
- const protractorGoodRegEx = /Spec started/;
+ const protractorGoodRegEx = /Jasmine started/;
17
const webpackGoodRegEx = /webpack: Compiled successfully./;
18
19
// Create an express api for the Angular app to call.
0 commit comments