From 351f5452ad38cc3e50b1513019c2f3db01e0d83f Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Fri, 20 Sep 2024 22:17:24 -0700 Subject: [PATCH] chore: fix hanging test pattern --- packages/data-prefetch/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/data-prefetch/jest.config.js b/packages/data-prefetch/jest.config.js index 702c01b401..524d0c70d0 100644 --- a/packages/data-prefetch/jest.config.js +++ b/packages/data-prefetch/jest.config.js @@ -25,5 +25,5 @@ module.exports = { }, rootDir: __dirname, testMatch: ['__tests__/**/**.spec.[jt]s?(x)'], - testPathIgnorePatterns: ['/node_modules/', '/dev/'], + testPathIgnorePatterns: ['/node_modules/'], };