This commit is contained in:
xiaoxiaojx 2025-10-04 11:17:09 +08:00
parent 595f13fd70
commit 077eea1a50
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});