NagRock / ts-mockito

Mocking library for TypeScript
MIT License
969 stars 93 forks source link

Remove warning message from Jest #195

Closed jlkeesey closed 3 years ago

jlkeesey commented 4 years ago

When running the tests, Jest writes out this message many times:

ts-jest[main] (WARN) Replace any occurrences of "ts-jest/dist/preprocessor.js" or \ "/node_modules/ts-jest/preprocessor.js" in the 'transform' \ section of your Jest config with just "ts-jest".

This just does what the message says and changes the full path to just ts-jest.

codecov-commenter commented 4 years ago

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   93.55%   93.55%           
=======================================
  Files          34       34           
  Lines         652      652           
  Branches       80       80           
=======================================
  Hits          610      610           
  Misses         30       30           
  Partials       12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6637048...f7a0ba9. Read the comment docs.