mirror of https://github.com/webpack/webpack.git
update
This commit is contained in:
parent
595f13fd70
commit
077eea1a50
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue