Skip to content

Commit

Permalink
do not include color picker in test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 7, 2024
1 parent ef1620c commit 38fad1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default defineConfig({
provider: "v8",
reporter: ["text", "json", "html", "clover"],
include: ["src/**/*.{ts,tsx}"],
exclude: ["src/**/main.tsx", "src/**/vscode.ts", "src/**/*.d.ts"],
// canvas tests not supported, external library
exclude: ["src/**/main.tsx", "src/**/color-selector.tsx", "src/**/vscode.ts", "src/**/*.d.ts"],
},
},
});

0 comments on commit 38fad1b

Please sign in to comment.