diff --git a/__e2e__/jest.config.js b/__e2e__/jest.config.js index c3728e3837..80c2ad5b3a 100644 --- a/__e2e__/jest.config.js +++ b/__e2e__/jest.config.js @@ -1,7 +1,7 @@ /** @type {import('@jest/types').Config.InitialOptions} */ module.exports = { rootDir: '..', - testMatch: ['/__e2e__/**/invite-codes.test.ts'], + testMatch: ['/__e2e__/**/*.test.ts'], testTimeout: 120000, maxWorkers: 1, globalSetup: 'detox/runners/jest/globalSetup',