bun run prettier

This commit is contained in:
Jarred-Sumner
2025-06-10 05:57:56 +00:00
committed by github-actions[bot]
parent 7063669a95
commit 4beb4b60f9
2 changed files with 3 additions and 4 deletions

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,

View File

@@ -1,5 +1,5 @@
import { test, expect, describe } from "bun:test";
import { existsSync, accessSync, constants } from "node:fs";
import { describe, expect, test } from "bun:test";
import { accessSync, constants, existsSync } from "node:fs";
import { platform } from "node:os";
// Test for Windows path length crash bug