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

Test Plan: jest
This commit is contained in:
Ben Alpert 2015-03-25 16:48:43 -07:00
parent 86836c885d
commit d12c968dec
1 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@
"/node_modules/",
"/.module-cache/"
],
"testPathIgnorePatterns": [
"/build/",
"/node_modules/"
"testPathDirs": [
"<rootDir>/src",
"<rootDir>/vendor/fbtransform"
],
"unmockedModulePathPatterns": [
""