Add node modules and compiled JavaScript from main
This commit is contained in:
parent
d893f27da9
commit
4b42a5ec78
6750 changed files with 1745644 additions and 10860 deletions
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')
|
Loading…
Add table
Add a link
Reference in a new issue