Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

fix: disconnect error during transport reset (iOS devices only) #231

Merged
merged 5 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ module.exports = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 87.94,
branches: 89.28,
functions: 95.91,
lines: 91.13,
statements: 91.22,
lines: 91.32,
statements: 91.41,
},
},

Expand Down
Loading
Loading