mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { test, expect, describe, beforeAll, afterAll } from "bun:test";
|
||||
import { VerdaccioRegistry, runBunInstall, bunEnv, readdirSorted } from "harness";
|
||||
import { afterAll, beforeAll, describe, expect, test } from "bun:test";
|
||||
import { VerdaccioRegistry, bunEnv, readdirSorted, runBunInstall } from "harness";
|
||||
import { join } from "path";
|
||||
|
||||
var registry = new VerdaccioRegistry();
|
||||
|
||||
Reference in New Issue
Block a user