From 626e435c128cea7f7a88ff7a5ca93b0abe3fb32c Mon Sep 17 00:00:00 2001 From: Tadeu Zagallo Date: Wed, 27 May 2015 23:25:19 -0100 Subject: [PATCH] [ReactNative] Update flow commoner tests regex --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 448732ec8..3dea3e7d1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -16,7 +16,7 @@ .*/node_modules/react-tools/src/event/EventPropagators.js # Ignore commoner tests -.*/node_modules/react-tools/node_modules/commoner/test/.* +.*/node_modules/commoner/test/.* # See https://github.com/facebook/flow/issues/442 .*/react-tools/node_modules/commoner/lib/reader.js