refactor: update path registry-new to registry

This commit is contained in:
2026-09-10 21:14:53 +05:00
parent 0160b316c9
commit 75f6891e7c
21 changed files with 12 additions and 13 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
import { describe, expect, it } from "vitest";
// @ts-expect-error node types are not wired into svelte-check; vitest resolves fine
import { readFileSync } from "node:fs";
import { Color } from "@panmdaa/colors";
import { readFileSync } from "node:fs";
import { describe, expect, it } from "vitest";
declare const process: { cwd(): string };