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" ] }