From 7a146a6f3fcbfe6a6a6bea7756340f3d6b966b87 Mon Sep 17 00:00:00 2001 From: Horie Issei Date: Fri, 2 Dec 2022 02:18:00 +0900 Subject: [PATCH] chore: remove unnecessary config testPathIgnorePatterns (#697) --- jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 57ddde48..9cd72c89 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,7 +3,6 @@ export default { transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, - testPathIgnorePatterns: ['./examples'], testEnvironment: 'miniflare', testEnvironmentOptions: { /*