From 78c09e555bb3ea68029a1ba873b556fe66306cbd Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 27 Jun 2023 20:50:56 -0500 Subject: [PATCH] Remove leftover test hardcode --- __e2e__/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',