Upgrade jest to 28, detox to 20, breaking changes

This commit is contained in:
Johannes Klein
2023-04-24 13:12:36 +02:00
parent 37c9250347
commit 6a4b31ed53
8 changed files with 4877 additions and 3076 deletions

View File

@@ -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",