From 3704d74cb0bfdfc767309c3319f18ef6b406d12a Mon Sep 17 00:00:00 2001 From: chaeney Date: Mon, 14 Oct 2024 13:45:30 +0900 Subject: [PATCH] =?UTF-8?q?[KAN-122]=20chore=20:=20playwright=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=ED=8C=8C=EC=9D=BC=EC=9D=84=20jest=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=97=90=EC=84=9C=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 8ec2f841..620c6f2f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -26,7 +26,7 @@ const config = { '/src/app/components/**/*.test.tsx', '/src/app/components/**/*.test.ts', ], - testPathIgnorePatterns: ['/src/app/**/page.test.tsx'], + testPathIgnorePatterns: ['^src/app/.*/page.(test|spec).(ts|tsx)$'], }; // createJestConfig is exported this way to ensure that next/jest can load the Next.js config which is async