Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Jun 30, 2023
1 parent 1c2f9de commit c5a2c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module.exports = {
testEnvironment: 'node',
coverageThreshold: {
global: {
branches: 70,
// statements: 55,
branches: 40,
statements: 55,
},
},
};
3 changes: 1 addition & 2 deletions tools/@aws-cdk/spec2cdk/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module.exports = {
testEnvironment: 'node',
coverageThreshold: {
global: {
branches: 40,
statements: 55,
branches: 70,
},
},
};

0 comments on commit c5a2c20

Please sign in to comment.