refactor: Remove typed-rpc dependency and used fetch instead #2846
code-quality.yml
on: pull_request
lint
2m 57s
format
1m 29s
typecheck
3m 18s
test
1m 55s
build
2m 44s
Annotations
2 errors
packages/integrations/test/nzbget.spec.ts > Nzbget integration > Delete item should result in empty items:
packages/integrations/test/nzbget.spec.ts#L132
AssertionError: expected { …(2) } to match object { items: [] }
(4 matching properties omitted from actual)
- Expected
+ Received
Object {
- "items": Array [],
+ "items": Array [
+ Object {
+ "added": 1726096290000,
+ "category": "",
+ "downSpeed": 0,
+ "id": "1",
+ "index": 0,
+ "name": "test_download_100MB",
+ "progress": 0,
+ "size": 120314214,
+ "state": "downloading",
+ "time": 0,
+ "type": "usenet",
+ },
+ ],
}
❯ packages/integrations/test/nzbget.spec.ts:132:5
|
test
Process completed with exit code 1.
|