bun run prettier

This commit is contained in:
alii
2025-06-10 20:00:44 +00:00
committed by github-actions[bot]
parent fcb6f6cf79
commit 408ac4efe8

View File

@@ -1,8 +1,7 @@
import { file, spawn, write } from "bun";
import { install_test_helpers } from "bun:internal-for-testing";
import { afterAll, beforeAll, beforeEach, describe, expect, test, afterEach } from "bun:test";
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test } from "bun:test";
import { mkdirSync, rmSync, writeFileSync } from "fs";
import { readlink } from "fs/promises";
import { cp, exists, mkdir, rm } from "fs/promises";
import {
assertManifestsPopulated,