We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fab86 commit 9f5ad9bCopy full SHA for 9f5ad9b
eng/tools/eslint-plugin-tsv/vitest.config.ts
@@ -0,0 +1,10 @@
1
+import { defineConfig } from "vitest/config";
2
+
3
+export default defineConfig({
4
+ test: {
5
+ coverage: {
6
+ include: ["src"],
7
+ exclude: ["src/named-eslint.ts"],
8
+ },
9
10
+});
0 commit comments