[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(test-utils): remove type only import

Nate Moore (Mar 24, 2026, 10:37 PM EDT) 644837b1 010e7778

+1 -1
+1 -1
src/test-utils.ts
··· 3 3 import { sep } from "node:path"; 4 4 import { fileURLToPath, pathToFileURL } from "node:url"; 5 5 import { NodeHfs } from "@humanfs/node"; 6 - import { type HfsImpl } from "@humanfs/types"; 6 + import type { HfsImpl } from "@humanfs/types"; 7 7 import { expect, onTestFinished } from "vitest"; 8 8 9 9 interface ScopedHfsImpl extends HfsImpl {