Skip to content

Commit 76f02ba

Browse files
committed
fix: revert jest config
1 parent 4091761 commit 76f02ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app/e2e/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('@jest/types').Config.InitialOptions} */
22
module.exports = {
33
rootDir: '..',
4-
testMatch: ['<rootDir>/e2e/suites/**/preflightTest.test.ts'],
4+
testMatch: ['<rootDir>/e2e/suites/**/*.test.ts'],
55
testTimeout: 120000,
66
maxWorkers: 1,
77
globalSetup: 'detox/runners/jest/globalSetup',

0 commit comments

Comments
 (0)