Files
iNaturalistReactNative/e2e/jest.config.js
Ryan Stelly b78be9243d lint rule & autofix for "trailing comma" (#3299)
* (lint) MOB-1063 enforce trailing commas

* autofix trailing commas

* manually fix newly introduced maxlen violations

* add trailing comma convention to i18n build
2025-12-22 20:17:13 -06:00

12 lines
347 B
JavaScript

module.exports = {
maxWorkers: 1,
testTimeout: 900000,
rootDir: "..",
testMatch: ["<rootDir>/e2e/**/*.e2e.js"],
verbose: true,
reporters: ["detox/runners/jest/reporter"],
globalSetup: "detox/runners/jest/globalSetup",
globalTeardown: "detox/runners/jest/globalTeardown",
testEnvironment: "detox/runners/jest/testEnvironment",
};