Skip to content

Commit

Permalink
test: update detox and jest reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Dec 18, 2024
1 parent b8f7abb commit b92eb69
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 39 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"babel-jest": "29.7.0",
"body-parser": "1.20.3",
"cors": "2.8.5",
"detox": "20.26.2",
"detox": "20.28.0",
"detox-allure2-adapter": "1.0.0-alpha.12",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-detox": "1.0.0",
Expand All @@ -290,7 +290,7 @@
"expect": "27.5.1",
"express": "4.19.2",
"jest": "29.7.0",
"jest-allure2-reporter": "2.0.0-beta.25",
"jest-allure2-reporter": "2.0.0",
"jest-circus": "29.7.0",
"jest-docblock": "29.7.0",
"jest-environment-node": "29.7.0",
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"detox@20.26.2": "patches/detox@20.26.2.patch",
"detox@20.28.0": "patches/detox@20.28.0.patch",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@hashgraph/[email protected]": "patches/@[email protected]",
Expand All @@ -233,6 +233,11 @@
"dependencies": {
"tslib": "*"
}
},
"detox": {
"dependencies": {
"expect": "*"
}
}
}
},
Expand Down
File renamed without changes.
86 changes: 50 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b92eb69

Please sign in to comment.