diff --git a/test/watchCases/cache/dotenv-plugin/0/index.js b/test/watchCases/cache/dotenv-plugin/0/index.js index a6c50130d..ec5a1155f 100644 --- a/test/watchCases/cache/dotenv-plugin/0/index.js +++ b/test/watchCases/cache/dotenv-plugin/0/index.js @@ -1,5 +1,5 @@ "use strict"; it("should expose only WEBPACK_ prefixed env vars", () => { - expect(process.env.WEBPACK_MY_WATCH_STEP).toBe(WATCH_STE); + expect(process.env.WEBPACK_MY_WATCH_STEP).toBe(WATCH_STEP); });