Skip to content

Commit 0cffaa3

Browse files
committed
Update index.test.ts
1 parent 1ccd86a commit 0cffaa3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/ts/src/tests/index.test.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import type { CheckResult, FileChunk, MergeResult, SplitResult } from "@filego/ts";
1+
import type {
2+
CheckResult,
3+
FileChunk,
4+
MergeResult,
5+
SplitResult,
6+
} from "@filego/ts";
27

38
import * as fse from "fs-extra";
49

0 commit comments

Comments
 (0)