v3 new release (#80)
This commit is contained in:
committed by
GitHub
parent
a767c8d3a1
commit
20d2b4f98d
8
node_modules/ts-jest/preprocessor.js
generated
vendored
Normal file
8
node_modules/ts-jest/preprocessor.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn(
|
||||
'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".'
|
||||
)
|
||||
|
||||
module.exports = require('./dist')
|
Reference in New Issue
Block a user