Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Aug 14, 2024
1 parent 6d32bec commit 834060d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .changeset/many-ravens-cry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"@coinbase/onchainkit": patch
---

-**chore**: Add testing to Transaction Toast. By @cpcramer #1023
-**chore**: Add Connect Wallet tests and refactor to use Vitest. By @cpcramer #1036
-**chore**: Increase Wallet dropdown png size to 18x18. By @cpcramer #1041
- **feat**: introduced `onStatus` listener, to help expose the internal `Transaction`'s component lifecycle. By @zizzamia #1034
- **chore**: increased `Wallet` dropdown png size to 18x18. By @cpcramer #1041
8 changes: 4 additions & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export default defineConfig({
],
reportOnFailure: true,
thresholds: {
statements: 99.42,
branches: 98.62,
functions: 96.71,
lines: 99.42,
statements: 99.43,
branches: 98.63,
functions: 96.72,
lines: 99.43,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit 834060d

Please sign in to comment.