mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Upgrade jest to 28, detox to 20, breaking changes
This commit is contained in:
10
.detoxrc.js
10
.detoxrc.js
@@ -7,9 +7,13 @@ const apkFilenamePrefix = `com.inaturalistreactnative-v${version}+${versionCode}
|
||||
|
||||
/** @type {Detox.DetoxConfig} */
|
||||
module.exports = {
|
||||
testRunner: "jest",
|
||||
runnerConfig: "e2e/config.json",
|
||||
skipLegacyWorkersInjection: true,
|
||||
testRunner: {
|
||||
$0: "jest",
|
||||
args: {
|
||||
config: "e2e/jest.config.js",
|
||||
_: ["e2e"],
|
||||
},
|
||||
},
|
||||
apps: {
|
||||
"ios.debug": {
|
||||
type: "ios.app",
|
||||
|
||||
Reference in New Issue
Block a user