[ReactNative] Relax flow jest-cli regex

This commit is contained in:
Tadeu Zagallo 2015-05-28 03:17:14 -01:00
parent 71216de931
commit 6075cef070
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.*/react-tools/node_modules/commoner/lib/reader.js .*/react-tools/node_modules/commoner/lib/reader.js
# Ignore jest # Ignore jest
.*/react-native/node_modules/jest-cli/.* .*/node_modules/jest-cli/.*
# Ignore Website # Ignore Website
.*/website/.* .*/website/.*