From b1a06bd9456ea81184be0c15108cd3a3ed18084f Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 11 Apr 2017 13:58:14 -0700 Subject: [PATCH] Fix ignore patterns in package.json (#9409) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 35589b84c6..c8cf86911a 100644 --- a/package.json +++ b/package.json @@ -110,8 +110,8 @@ "jest": { "modulePathIgnorePatterns": [ "/.module-cache/", - "/react/build/", - "/react/scripts/rollup/shims/" + "/build/", + "/scripts/rollup/shims/" ], "rootDir": "", "transform": {