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

Commit 9d0b37f

Browse files
authored
Increase unit test coverage (#309)
1 parent aa68888 commit 9d0b37f

File tree

6 files changed

+633
-263
lines changed

6 files changed

+633
-263
lines changed

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ module.exports = {
4141
// An object that configures minimum threshold enforcement for coverage results
4242
coverageThreshold: {
4343
global: {
44-
branches: 80.18,
45-
functions: 93.54,
46-
lines: 91.69,
47-
statements: 91.87,
44+
branches: 90.09,
45+
functions: 96.77,
46+
lines: 97.44,
47+
statements: 97.5,
4848
},
4949
},
5050
preset: 'ts-jest',

0 commit comments

Comments
 (0)