Only run src/ and vendor/fbtransform/ tests in jest

Test Plan: jest
This commit is contained in:
Ben Alpert
2015-03-25 16:49:01 -07:00
parent 86836c885d
commit d12c968dec
+3 -3
View File
@@ -94,9 +94,9 @@
"/node_modules/",
"/.module-cache/"
],
"testPathIgnorePatterns": [
"/build/",
"/node_modules/"
"testPathDirs": [
"<rootDir>/src",
"<rootDir>/vendor/fbtransform"
],
"unmockedModulePathPatterns": [
""