From cd6fd2cfd022f15f965fd94f8161af104ef9de26 Mon Sep 17 00:00:00 2001 From: alii <25351731+alii@users.noreply.github.com> Date: Thu, 29 May 2025 18:50:14 +0000 Subject: [PATCH] `bun run prettier` --- test/bundler/transpiler/transpiler.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", () => {