bun run prettier

This commit is contained in:
RiskyMH
2025-05-14 06:43:57 +00:00
committed by github-actions[bot]
parent ca270246e3
commit c54f88ce82

View File

@@ -1,4 +1,4 @@
import { expect, test, describe } from "bun:test";
import { describe, expect, test } from "bun:test";
import { mkdirSync } from "fs";
import { bunEnv, bunExe, tmpdirSync } from "harness";
import { join } from "path";