Skip to content

Commit 6f03b7d

Browse files
committed
update zemu tests
1 parent a9f4d26 commit 6f03b7d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+236
-148
lines changed

tests_zemu/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
"Ledger"
1515
],
1616
"scripts": {
17-
"test": "jest --runInBand"
17+
"clean": "ts-node tests/pullImageKillOld.ts",
18+
"test": "yarn clean && jest"
1819
},
1920
"dependencies": {
2021
"@zondax/ledger-icp": "link:../js",
21-
"@zondax/zemu": "^0.33.1"
22+
"@zondax/zemu": "^0.34.0"
2223
},
2324
"devDependencies": {
24-
"@types/jest": "^28.1.7",
25+
"@types/jest": "^29.2.3",
2526
"@types/ledgerhq__hw-transport": "^4.21.4",
2627
"@types/secp256k1": "^4.0.3",
2728
"@typescript-eslint/eslint-plugin": "^5.33.1",
@@ -30,13 +31,14 @@
3031
"eslint": "^8.22.0",
3132
"eslint-config-prettier": "^8.5.0",
3233
"eslint-plugin-import": "^2.26.0",
33-
"eslint-plugin-jest": "^26.8.3",
34+
"eslint-plugin-jest": "^27.1.6",
3435
"eslint-plugin-prettier": "^4.2.1",
35-
"jest": "28.1.3",
36+
"jest": "29.3.1",
3637
"js-sha256": "0.9.0",
3738
"prettier": "^2.7.1",
3839
"secp256k1": "^4.0.3",
39-
"ts-jest": "^28.0.8",
40+
"ts-jest": "^29.0.3",
41+
"ts-node": "^10.9.1",
4042
"typescript": "^4.7.4"
4143
}
4244
}
3 Bytes
3 Bytes
523 Bytes
461 Bytes
352 Bytes
249 Bytes
424 Bytes
468 Bytes

0 commit comments

Comments
 (0)