mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #3517 from spicyj/jest-config
Only run src/ and vendor/fbtransform/ tests in jest
This commit is contained in:
+3
-3
@@ -94,9 +94,9 @@
|
||||
"/node_modules/",
|
||||
"/.module-cache/"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"/build/",
|
||||
"/node_modules/"
|
||||
"testPathDirs": [
|
||||
"<rootDir>/src",
|
||||
"<rootDir>/vendor/fbtransform"
|
||||
],
|
||||
"unmockedModulePathPatterns": [
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user