Disabled DevTools tests from yarn-build target

This commit is contained in:
Brian Vaughn
2019-08-27 09:08:49 -07:00
parent 896c993ada
commit 892ca8137e
+4
View File
@@ -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