Skip to content

Commit

Permalink
Move Jest config to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinthakagodawita committed Jul 23, 2020
1 parent 7e5259a commit 9a111e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 188 deletions.
188 changes: 0 additions & 188 deletions jest.config.js

This file was deleted.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,12 @@
"jest": "^26.1.0",
"nock": "^13.0.2",
"prettier": "2.0.5"
},
"jest": {
"clearMocks": true,
"collectCoverage": true,
"coverageDirectory": "coverage",
"coverageProvider": "v8",
"testEnvironment": "node"
}
}

0 comments on commit 9a111e4

Please sign in to comment.