mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
bun run prettier
This commit is contained in:
committed by
github-actions[bot]
parent
7063669a95
commit
4beb4b60f9
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user