UNPKG

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