Remove leftover test hardcode

This commit is contained in:
Paul Frazee
2023-06-27 20:50:56 -05:00
parent dab22aa3e5
commit 78c09e555b
+1 -1
View File
@@ -1,7 +1,7 @@
/** @type {import('@jest/types').Config.InitialOptions} */
module.exports = {
rootDir: '..',
testMatch: ['<rootDir>/__e2e__/**/invite-codes.test.ts'],
testMatch: ['<rootDir>/__e2e__/**/*.test.ts'],
testTimeout: 120000,
maxWorkers: 1,
globalSetup: 'detox/runners/jest/globalSetup',