about summary refs log tree commit diff
path: root/__e2e__/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to '__e2e__/jest.config.js')
-rw-r--r--__e2e__/jest.config.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/__e2e__/jest.config.js b/__e2e__/jest.config.js
deleted file mode 100644
index 80c2ad5b3..000000000
--- a/__e2e__/jest.config.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/** @type {import('@jest/types').Config.InitialOptions} */
-module.exports = {
-  rootDir: '..',
-  testMatch: ['<rootDir>/__e2e__/**/*.test.ts'],
-  testTimeout: 120000,
-  maxWorkers: 1,
-  globalSetup: 'detox/runners/jest/globalSetup',
-  globalTeardown: 'detox/runners/jest/globalTeardown',
-  reporters: ['detox/runners/jest/reporter'],
-  testEnvironment: 'detox/runners/jest/testEnvironment',
-  verbose: true,
-}