mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Disabled DevTools tests from yarn-build target
This commit is contained in:
@@ -37,6 +37,10 @@ packages.forEach(name => {
|
||||
module.exports = Object.assign({}, baseConfig, {
|
||||
// Redirect imports to the compiled bundles
|
||||
moduleNameMapper,
|
||||
modulePathIgnorePatterns: [
|
||||
...baseConfig.modulePathIgnorePatterns,
|
||||
'packages/react-devtools-shared',
|
||||
],
|
||||
// Don't run bundle tests on -test.internal.* files
|
||||
testPathIgnorePatterns: ['/node_modules/', '-test.internal.js$'],
|
||||
// Exclude the build output from transforms
|
||||
|
||||
Reference in New Issue
Block a user