Skip to content

Commit 8046f31

Browse files
committed
Revert "test: restore the environment before each msvc test"
This reverts commit 95f4f7d.
1 parent 1da5fb1 commit 8046f31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/msvc/__tests__/msvc.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@ import which from "which"
22
import { testBin } from "../../utils/tests/test-helpers"
33
import { setupMSVC } from "../msvc"
44

5-
const initial_env = { ...process.env }
6-
75
jest.setTimeout(300000)
86
describe("setup-msvc", () => {
9-
beforeEach(() => {
10-
process.env = initial_env
11-
})
12-
137
it("should setup msvc 2019", async () => {
148
if (process.platform !== "win32") {
159
return

0 commit comments

Comments
 (0)