"use strict";
it("should expose only WEBPACK_ prefixed env vars", () => {
expect(process.env.WEBPACK_MY_WATCH_STEP).toBe(WATCH_STEP);
});