Skip to content

Commit

Permalink
chore: revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 12, 2023
1 parent 12dac10 commit cd0b15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/vite-dev-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ test.describe("Vite dev", () => {
let viteBin = resolveBin.sync("vite");
devProc = spawn(nodeBin, [viteBin, "dev"], {
cwd: projectDir,
env: { ...process.env, NODE_ENV: "test" },
env: process.env,
stdio: "pipe",
});
let devStdout = bufferize(devProc.stdout);
Expand Down

0 comments on commit cd0b15c

Please sign in to comment.