preprocessor.js 276 B

1234567
  1. console.warn(
  2. 'ts-jest[main] (WARN) Replace any occurrences of "ts-jest/dist/preprocessor.js" or ' +
  3. ' "<rootDir>/node_modules/ts-jest/preprocessor.js"' +
  4. ' in the \'transform\' section of your Jest config with just "ts-jest".'
  5. )
  6. module.exports = require('./dist')