webpack/test/watchCases/cache/dotenv-plugin/0/index.js

6 lines
140 B
JavaScript
Raw Normal View History

2025-10-04 10:28:27 +08:00
"use strict";
it("should expose only WEBPACK_ prefixed env vars", () => {
2025-10-04 11:17:09 +08:00
expect(process.env.WEBPACK_MY_WATCH_STEP).toBe(WATCH_STEP);
2025-10-04 10:28:27 +08:00
});