We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4091761 commit 76f02baCopy full SHA for 76f02ba
test/app/e2e/jest.config.js
@@ -1,7 +1,7 @@
1
/** @type {import('@jest/types').Config.InitialOptions} */
2
module.exports = {
3
rootDir: '..',
4
- testMatch: ['<rootDir>/e2e/suites/**/preflightTest.test.ts'],
+ testMatch: ['<rootDir>/e2e/suites/**/*.test.ts'],
5
testTimeout: 120000,
6
maxWorkers: 1,
7
globalSetup: 'detox/runners/jest/globalSetup',
0 commit comments