chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -6,7 +6,7 @@ vi.mock("node:fs", () => ({
|
||||
readFileSync,
|
||||
}));
|
||||
|
||||
const { restoreSandboxEnv } = await import("../src/bun/restore-sandbox-env.js");
|
||||
const { restoreSandboxEnv } = await import("../src/bun/restore-sandbox-env.ts");
|
||||
|
||||
describe("restoreSandboxEnv", () => {
|
||||
it("does nothing when not running under bun", () => {
|
||||
|
||||
Reference in New Issue
Block a user