Skip to content

Commit 761bd3f

Browse files
Zarthusdhruvdutt
authored andcommitted
tests: Fix mixed spaces/tabs in stdin.js
1 parent 36a65d6 commit 761bd3f

File tree

1 file changed

+6
-6
lines changed
  • test/binCases/watch/info-verbosity-verbose

1 file changed

+6
-6
lines changed

test/binCases/watch/info-verbosity-verbose/stdin.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ module.exports = function testAssertions(stdout, stderr, done) {
44
expect(stdout).toEqual(expect.anything());
55
expect(stdout[0]).toContain("");
66
expect(stdout[1]).toContain("Compilation starting…");
7-
expect(stdout[2]).toContain("");
8-
expect(stdout[3]).toContain("");
7+
expect(stdout[2]).toContain("");
8+
expect(stdout[3]).toContain("");
99
expect(stdout[4]).toContain("webpack is watching the files…");
10-
expect(stdout[6]).toContain("");
11-
expect(stdout[6]).toContain("");
12-
expect(stdout[7]).toContain("Compilation finished");
13-
expect(stdout[8]).toContain("");
10+
expect(stdout[6]).toContain("");
11+
expect(stdout[6]).toContain("");
12+
expect(stdout[7]).toContain("Compilation finished");
13+
expect(stdout[8]).toContain("");
1414

1515
expect(stderr).toHaveLength(0);
1616
done();

0 commit comments

Comments
 (0)