Skip to content

Commit 5870506

Browse files
committed
chore: remove tests for iso-ledger
1 parent 62a740d commit 5870506

5 files changed

Lines changed: 6 additions & 87 deletions

File tree

.github/workflows/iso-ledger.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
- run: pnpm install
3131
- run: pnpm run build
3232
- run: pnpm -r --filter iso-ledger run lint
33-
- run: pnpm -r --filter iso-ledger run test
3433
- run: pnpm -r --filter iso-ledger exec depcheck

packages/iso-ledger/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@
5656
"dist/src/*.d.ts.map"
5757
],
5858
"scripts": {
59-
"lint": "tsc --build && biome check --no-errors-on-unmatched --files-ignore-unknown=true .",
60-
"test": "tsc --build && pnpm run test:node && pnpm run test:browser",
61-
"test:node": "playwright-test 'test/**/!(*.browser).test.js' --mode node",
62-
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
59+
"lint": "tsc --build && biome check --no-errors-on-unmatched --files-ignore-unknown=true ."
6360
},
6461
"dependencies": {
6562
"@ledgerhq/hw-app-eth": "^7.0.0",

packages/iso-ledger/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
pnpm install iso-ledger
99
```
1010

11+
## References
12+
13+
- [node-usb](https://github.com/node-usb/node-usb)
14+
1115
## License
1216

1317
MIT © [Hugo Dias](http://hugodias.me)

packages/iso-ledger/test/signals.test.js

Lines changed: 0 additions & 81 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)