From 6075cef0705c2cdcafb7f7763fd6f20862303a38 Mon Sep 17 00:00:00 2001 From: Tadeu Zagallo Date: Thu, 28 May 2015 03:17:14 -0100 Subject: [PATCH] [ReactNative] Relax flow jest-cli regex --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 3dea3e7d176225..9953a269fc921a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -22,7 +22,7 @@ .*/react-tools/node_modules/commoner/lib/reader.js # Ignore jest -.*/react-native/node_modules/jest-cli/.* +.*/node_modules/jest-cli/.* # Ignore Website .*/website/.*