File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,8 @@ module.exports = {
1111 testPathIgnorePatterns : [
1212 '/node_modules/' ,
1313 ] ,
14+ transformIgnorePatterns : [
15+ '/node_modules/(?!topcoder-react-utils)' ,
16+ ] ,
1417 setupTestFrameworkScriptFile : '<rootDir>/config/jest/setup.js' ,
1518} ;
Original file line number Diff line number Diff line change 1- /* NOTE: Don't rely on Babel in this module to avoid problems with usage in
2- * a host package. */
3-
4- require ( 'raf/polyfill' ) ;
1+ import 'raf/polyfill' ;
Original file line number Diff line number Diff line change 22 * Probably, the same can be achieved via Babel, with no need for
33 * such alias modules, but it should be tested. */
44
5- import * as utils from 'utils/jest' ;
5+ import * as utils from './src/shared/ utils/jest' ;
66
77module . exports = utils ;
You can’t perform that action at this time.
0 commit comments