mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
bun run prettier
This commit is contained in:
committed by
github-actions[bot]
parent
fcb6f6cf79
commit
408ac4efe8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user