From 00ce1271135d83a73fff64da7a7d9b4bc51db13c Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Esun Date: Tue, 9 Jan 2018 04:09:19 -0800 Subject: [PATCH] Use "runTestsByPath" option Reviewed By: jeanlauliac Differential Revision: D6675280 fbshipit-source-id: cee9020c63e0476c377f47c01545286007b37955 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 687e82e5..ef19ebc8 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,9 @@ "packages/.*/build" ], "testEnvironment": "node", + "testPathIgnorePatterns": [ + "metro-buck" + ], "timers": "fake", "setupFiles": [ "/scripts/setupJest.js"