diff --git a/detox/e2e/config.js b/detox/e2e/config.js index becf263623..85e363ee24 100644 --- a/detox/e2e/config.js +++ b/detox/e2e/config.js @@ -9,7 +9,7 @@ module.exports = { setupFilesAfterEnv: ['./test/setup.ts'], maxWorkers: 1, testSequencer: './custom_sequencer.js', - testTimeout: testTimeout, + testTimeout, rootDir: '.', testMatch: ['/test/**/*.e2e.ts'], transform: {