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 9aed0dc commit d4e1614Copy full SHA for d4e1614
test/binCases/watch/info-verbosity-verbose/stdin.js
@@ -3,13 +3,13 @@
3
module.exports = function testAssertions(stdout, stderr, done) {
4
expect(stdout).toEqual(expect.anything());
5
expect(stdout[0]).toContain("");
6
- expect(stdout[1]).toContain("Compilation starting…");
+ expect(stdout[1]).toContain("Compilation");
7
expect(stdout[2]).toContain("");
8
expect(stdout[3]).toContain("");
9
expect(stdout[4]).toContain("webpack is watching the files…");
10
expect(stdout[6]).toContain("");
11
12
- expect(stdout[7]).toContain("Compilation finished");
+ expect(stdout[7]).toContain("Compilation");
13
expect(stdout[8]).toContain("");
14
15
expect(stderr).toHaveLength(0);
0 commit comments