Skip to content

Commit

Permalink
Merge branch 'main' into identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Aug 9, 2024
2 parents 3703954 + efe9dda commit deacb9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ export default defineConfig({
cacheDir: path.resolve(__dirname, "./node_modules/.cache/vitest"),
test: {
include: ["src/**/test.ts"],
coverage: {
include: ["src/**"],
}
},
});

0 comments on commit deacb9b

Please sign in to comment.