Skip to content

Commit

Permalink
upd: vitest config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Jul 29, 2024
1 parent 10f47dc commit c469c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default getViteConfig({
provider: "v8",
exclude: [
"**/src/web3/**",
"**/tests/e2e/**",
"**/tests/**",
"**/node_modules/**",
"**/wallet-setup/**",
"**public/**",
Expand Down

0 comments on commit c469c3d

Please sign in to comment.