[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-11-11 01:49:06 +00:00
committed by GitHub
parent bf6bdfe51d
commit b91ef9bb97

View File

@@ -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();