Skip to content

Commit 34466fe

Browse files
committed
exclude tsx tests
1 parent 5154820 commit 34466fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"node_modules",
2222
"vitest.config.ts",
2323
"**/*.test.ts",
24-
"**/*.spec.ts"
24+
"**/*.test.tsx",
25+
"**/*.spec.ts",
26+
"**/*.spec.tsx"
2527
]
2628
}

0 commit comments

Comments
 (0)