mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
* (lint) MOB-1063 enforce trailing commas * autofix trailing commas * manually fix newly introduced maxlen violations * add trailing comma convention to i18n build
12 lines
347 B
JavaScript
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",
|
|
};
|