Skip to content

Commit

Permalink
test(jest): Detect open handles to determine where async calls are no…
Browse files Browse the repository at this point in the history
…t fulfilling.
  • Loading branch information
jdalrymple committed Jun 6, 2019
1 parent 9391f35 commit 165f500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

"coverageDirectory": "./coverage/",
"collectCoverage": true,

"detectOpenHandles": true,

"setupFilesAfterEnv": ["jest-extended"],

Expand Down

0 comments on commit 165f500

Please sign in to comment.