Skip to content

Commit 7e49541

Browse files
authored
Merge pull request #3560 from topcoder-platform/F2F_30112631
fixes failing build
2 parents ba6d2af + 1421556 commit 7e49541

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/jest/default.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
const config = require('topcoder-react-utils/config/jest/default');
2+
const nodeConfig = require('config');
23

34
config.transformIgnorePatterns[0] = '/node_modules/(?!appirio-tech|topcoder|tc-)';
45

5-
module.exports = config;
6+
module.exports = {
7+
...config,
8+
globals: {
9+
CONFIG: nodeConfig,
10+
},
11+
};

0 commit comments

Comments
 (0)