Skip to content

Commit 413e3a1

Browse files
committed
cp
1 parent 9294e83 commit 413e3a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

shortest.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export type ShortestConfig = {
2+
testFiles: string | string[];
3+
};
4+
5+
const shortestConfig: ShortestConfig = {
6+
testFiles: ["*.test.*"],
7+
};
8+
9+
export { shortestConfig };

0 commit comments

Comments
 (0)