From 91a87174bc11e9a7c1e52b8092bac2f858615c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 14 Jul 2015 18:28:30 -0700 Subject: [PATCH] Use more specific ignore pattern for jest TravisCI clones into /home/travis/build/facebook/react, which /build/ matches so we never ran any of our tests. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9dff69f91..89f7efd56d 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "ts" ], "modulePathIgnorePatterns": [ - "/build/", + "/react/build/", "/node_modules/", "/.module-cache/" ],