Skip to content

Commit

Permalink
test: ignore test files
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 13, 2024
1 parent 53601ba commit 7d53c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default defineConfig({
"src/schema/schema.ts",
"src/generated/schema.ts",
"src/testhelper.ts",
"**/__mocks__/**",
"**/*.js",
"vite.*.ts",
...coverageConfigDefaults.exclude,
],
Expand Down

0 comments on commit 7d53c6e

Please sign in to comment.