Skip to content

Commit 644837b

Browse files
committed
fix(test-utils): remove type only import
1 parent 010e777 commit 644837b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { tmpdir } from "node:os";
33
import { sep } from "node:path";
44
import { fileURLToPath, pathToFileURL } from "node:url";
55
import { NodeHfs } from "@humanfs/node";
6-
import { type HfsImpl } from "@humanfs/types";
6+
import type { HfsImpl } from "@humanfs/types";
77
import { expect, onTestFinished } from "vitest";
88

99
interface ScopedHfsImpl extends HfsImpl {

0 commit comments

Comments
 (0)