Skip to content

Commit 4e6b672

Browse files
committed
#RI-6214 - Migrate e2e/it workflows from CircleCI to Github Actions
1 parent bcf8d4c commit 4e6b672

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jest.config.cjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ module.exports = {
6262
},
6363
],
6464
],
65-
// coverageThreshold: {
66-
// global: {
67-
// statements: 80,
68-
// branches: 63,
69-
// functions: 72,
70-
// lines: 80,
71-
// },
72-
// },
65+
coverageThreshold: {
66+
global: {
67+
statements: 80,
68+
branches: 63,
69+
functions: 72,
70+
lines: 80,
71+
},
72+
},
7373
};

0 commit comments

Comments
 (0)