mtiller / ts-jest-sample

A sample repo leveraging TypeScript, jest and ts-jest (with code coverage and debugging)
160 stars 59 forks source link

Remove 'mapCoverage' option at jest.config.js #4

Closed yousan closed 6 years ago

yousan commented 6 years ago

This sample is really help for me ;)

Wnen I run jest, it says

● Deprecation Warning:

  Option "mapCoverage" has been removed, as it's no longer necessary.

  Please update your configuration.

  Configuration Documentation:
  https://jestjs.io/docs/configuration.html

Thanks.