Skip to content

Commit

Permalink
ci: fix jest config e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent 4f218aa commit 131d1ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/react-native-app/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
module.exports = {
testRunner: {
args: {
$0: "jest",
config: "e2e/jest.config.ts",
$0: "yarn jest",
config: "e2e/jest.config.js",
},
jest: {
setupTimeout: 120000,
Expand Down
3 changes: 1 addition & 2 deletions packages/react-native-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@react-native-community/cli": "^16.0.0",
"@react-native/babel-preset": "^0.76.3",
"@react-native/metro-config": "^0.76.3",
"detox": "^20.28.0",
"jest": "^29.7.0"
"detox": "^20.28.0"
}
}
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2746,7 +2746,6 @@ __metadata:
"@react-native/babel-preset": "npm:^0.76.3"
"@react-native/metro-config": "npm:^0.76.3"
detox: "npm:^20.28.0"
jest: "npm:^29.7.0"
react: "npm:18.3.1"
react-native: "npm:0.76.3"
react-native-gesture-handler: "npm:^2.20.0"
Expand Down

0 comments on commit 131d1ff

Please sign in to comment.