Skip to content

Commit

Permalink
Implement toBeCalledWithResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 28, 2020
1 parent 87067e2 commit 947eddb
Show file tree
Hide file tree
Showing 9 changed files with 732 additions and 1,217 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module.exports = {
collectCoverage: true,
coverageThreshold: {
global: {
branches: 48,
functions: 56,
lines: 65,
statements: 65
branches: 51,
functions: 62,
lines: 66,
statements: 67
}
},
testEnvironment: 'node',
Expand Down
Loading

0 comments on commit 947eddb

Please sign in to comment.