From 23ef8c6d7cc5ab61cd1090685b58781efb7c85e3 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 4 Jun 2020 10:28:37 -0500 Subject: [PATCH] Ignore vendor patterns in jest tests --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f9cc7fec..f77cac88 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,8 @@ }, "testPathIgnorePatterns": [ "/node_modules/", - "/config/webpack/test.js" + "/config/webpack/test.js", + "/vendor/" ], "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [