Merge pull request #3517 from spicyj/jest-config

Only run src/ and vendor/fbtransform/ tests in jest
This commit is contained in:
Ben Alpert
2015-03-25 17:06:26 -07:00
+3 -3
View File
@@ -94,9 +94,9 @@
"/node_modules/",
"/.module-cache/"
],
"testPathIgnorePatterns": [
"/build/",
"/node_modules/"
"testPathDirs": [
"<rootDir>/src",
"<rootDir>/vendor/fbtransform"
],
"unmockedModulePathPatterns": [
""