Skip to content

Commit

Permalink
chore: tests (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 6, 2024
1 parent bfea1bf commit c1f2cf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Patch Changes

- a348e27: - **fix**: added Base Names testnet compatibility. By @cpcramer #966
- **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961
- **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925
- **fix**: added Base Names testnet compatibility. By @cpcramer #966 a348e27
- **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961
- **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925

## 0.27.0

Expand Down
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: 98.5,
branches: 97.42,
functions: 93.2,
lines: 98.5,
statements: 99.08,
branches: 97.46,
functions: 93.33,
lines: 99.08,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit c1f2cf6

Please sign in to comment.