diff --git a/packages/loot-core/jest.config.js b/packages/loot-core/jest.config.js
index 30b560f28b9464ac653df2983408bc35e6f7479e..be4cce848264a7daafad9944787eda63d10ed3a0 100644
--- a/packages/loot-core/jest.config.js
+++ b/packages/loot-core/jest.config.js
@@ -7,7 +7,7 @@ module.exports = {
     .concat(['mjs', 'js', 'ts', 'json']),
   setupFilesAfterEnv: ['<rootDir>/src/mocks/setup.js'],
   testEnvironment: 'node',
-  testPathIgnorePatterns: ['/node_modules/', '/lib/', 'index.web.test.js'],
+  testPathIgnorePatterns: ['/node_modules/', '/lib/', '.+/index.web.test.js'],
   transformIgnorePatterns: ['__mocks__'],
   globals: {
     __TESTING__: true