From 9acc4f7ea70cb04aec8f97ab32c3ab8ca8015605 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Wed, 13 Jun 2018 18:40:35 +0700 Subject: [PATCH] Update stdin.js --- test/binCases/watch/single-config-watch-opt/stdin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/binCases/watch/single-config-watch-opt/stdin.js b/test/binCases/watch/single-config-watch-opt/stdin.js index 8fae9bafeb6..5d57c2d3ceb 100644 --- a/test/binCases/watch/single-config-watch-opt/stdin.js +++ b/test/binCases/watch/single-config-watch-opt/stdin.js @@ -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();