Skip to content

Commit

Permalink
chore: Ignore SVG files during testing (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Jul 15, 2024
1 parent c898474 commit 8a94eb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-deers-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@coinbase/onchainkit": patch
---

-**chore**: Ignore SVG files during testing. By @cpcramer #808
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
'node_modules/**',
'onchainkit/esm/**',
'site/**',
'**/*Svg.tsx',
],
reportOnFailure: true,
thresholds: {
Expand Down

0 comments on commit 8a94eb2

Please sign in to comment.