We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8766b commit 52754cbCopy full SHA for 52754cb
lib/presets.js
@@ -14,11 +14,11 @@ module.exports = {
14
configFile: getConfigFilepath('jest.config.js'),
15
},
16
babel: {
17
- globSearchPattern: '(babel.config.js|.babelrc*)',
+ globSearchPattern: '+(babel.config.js|.babelrc*)',
18
configFile: getConfigFilepath('babel.config.js'),
19
20
'babel-preserve-modules': {
21
22
configFile: getConfigFilepath('babel-preserve-modules.config.js'),
23
24
'webpack-prod': {
0 commit comments