Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: adjust jest config
  • Loading branch information
ByteZhang1024 committed Aug 26, 2025
commit 3e52ac68fef74836d79ede9fe10a2aa910ff73d6
8 changes: 4 additions & 4 deletions packages/keyring-eth-onekey/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ module.exports = merge(baseConfig, {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 74.31,
functions: 91.25,
lines: 92.83,
statements: 92.88,
branches: 72.36,
functions: 90.12,
lines: 92.51,
statements: 92.56,
},
},
});
Loading