Skip to content

Commit 962b835

Browse files
authored
reduce test coverage to 80% (#303)
1 parent 2637445 commit 962b835

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ const config: Config = {
5656

5757
coverageThreshold: {
5858
global: {
59-
branches: 100,
60-
functions: 100,
61-
lines: 100,
62-
statements: 100,
59+
branches: 80,
60+
functions: 80,
61+
lines: 80,
62+
statements: 80,
6363
},
6464
},
6565
};

0 commit comments

Comments
 (0)