bun run prettier

This commit is contained in:
alii
2025-05-29 18:50:14 +00:00
committed by github-actions[bot]
parent 4804b316b8
commit cd6fd2cfd0

View File

@@ -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", () => {