From 50fe7602924ea0b06cf649f531ae2035e5bfce3c Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 9 Feb 2022 16:30:11 +0000 Subject: [PATCH] Jest should ignore routes/test --- jest.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jest.config.json b/jest.config.json index 5925cb4..e4002c3 100644 --- a/jest.config.json +++ b/jest.config.json @@ -5,5 +5,8 @@ "coverageProvider": "v8", "setupFilesAfterEnv": [ "jest-extended/all" + ], + "testPathIgnorePatterns": [ + "routes/test.js" ] }