diff --git a/test/bundler/transpiler/transpiler.test.js b/test/bundler/transpiler/transpiler.test.js index bab234955a..530fef1425 100644 --- a/test/bundler/transpiler/transpiler.test.js +++ b/test/bundler/transpiler/transpiler.test.js @@ -1,6 +1,5 @@ import { describe, expect, it } from "bun:test"; -import { mkdirSync } from "fs"; -import { bunEnv, bunExe, hideFromStackTrace, tmpdirSync } from "harness"; +import { bunEnv, bunExe, hideFromStackTrace } from "harness"; import { join } from "path"; describe("Bun.Transpiler", () => {