From d12c968deceac8481d9810b66f21683d865c6892 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Wed, 25 Mar 2015 16:48:43 -0700 Subject: [PATCH] Only run src/ and vendor/fbtransform/ tests in jest Test Plan: jest --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0da4eb32fa..a1943d5d02 100644 --- a/package.json +++ b/package.json @@ -94,9 +94,9 @@ "/node_modules/", "/.module-cache/" ], - "testPathIgnorePatterns": [ - "/build/", - "/node_modules/" + "testPathDirs": [ + "/src", + "/vendor/fbtransform" ], "unmockedModulePathPatterns": [ ""