Skip to content

Commit

Permalink
update zemu
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Nov 3, 2022
1 parent 6ad88b0 commit 7ad0caf
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 92 deletions.
114 changes: 60 additions & 54 deletions tests_tools/Cargo.lock

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

40 changes: 20 additions & 20 deletions tests_zemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
"Ledger"
],
"scripts": {
"test": "jest --detectOpenHandles -t 'Standard'",
"testSR25519": "jest --detectOpenHandles --runInBand tests/sr25519.test.ts"
"test": "ts-node tests/pullImageKillOld.ts && jest -t 'Standard'",
"testSR25519": "ts-node tests/pullImageKillOld.ts && jest tests/sr25519.test.ts"
},
"dependencies": {
"@zondax/ledger-substrate": "^0.24.0",
"@zondax/zemu": "^0.27.4"
"@zondax/ledger-substrate": "^0.39.0",
"@zondax/zemu": "^0.34.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/ledgerhq__hw-transport": "^4.21.3",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"blakejs": "^1.1.0",
"crypto-js": "4.0.0",
"@types/jest": "^29.2.1",
"@types/ledgerhq__hw-transport": "^4.21.4",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"blakejs": "^1.1.1",
"crypto-js": "4.1.1",
"ed25519-supercop": "^2.0.1",
"eslint": "^7.26.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.3.1",
"jest": "26.6.3",
"jest-serial-runner": "^1.1.0",
"jssha": "^3.1.1",
"prettier": "^2.3.0",
"ts-jest": "^26.5.6",
"typescript": "^4.2.3"
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.1.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "29.2.0",
"jssha": "^3.2.0",
"prettier": "^2.5.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.5.3"
}
}
4 changes: 4 additions & 0 deletions tests_zemu/tests/pullImageKillOld.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Zemu from '@zondax/zemu'

Zemu.checkAndPullImage()
Zemu.stopAllEmuContainers()
Loading

0 comments on commit 7ad0caf

Please sign in to comment.