alexjoverm / typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
MIT License
4.37k stars 493 forks source link

Remove warning caused by deprecated 'transform' section in Jest config #253

Closed Toilal closed 5 years ago

Toilal commented 5 years ago

This removes the following displayed message

ts-jest[main] (WARN) Replace any occurrences of "ts-jest/dist/preprocessor.js" or  "<rootDir>/node_modules/ts-jest/preprocessor.js" in the 'transform' section of your Jest config with just "ts-jest".
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 145aff7d1718588f7e49332f98baa300d7c2b7f5 on Toilal:ts-jest-preprocessor-warn into 8a233f85513722728e71ac81d924df44ab56e054 on alexjoverm:master.