Skip to content

Commit

Permalink
Update stdin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth authored and dhruvdutt committed Jun 13, 2018
1 parent b208bb8 commit 9acc4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/binCases/watch/single-config-watch-opt/stdin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = function testAssertions(stdout, stderr, done) {
expect(stdout).toEqual(expect.anything());
expect(stdout[0]).toContain("");
expect(stdout[1]).toContain("Webpack is watching the files…");
expect(stdout[1]).toContain("webpack is watching the files…");

expect(stderr).toHaveLength(0);
done();
Expand Down

0 comments on commit 9acc4f7

Please sign in to comment.