fix(deps): update dependency typed-rpc to v6 #2855
Annotations
2 errors
Test:
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": 1726127459000,
+ "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.
|
Loading