feat: downloads widget #2797
Annotations
2 errors
packages/integrations/test/nzbget.spec.ts#L174
AssertionError: expected { …(2) } to match object { items: [] }
(4 matching properties omitted from actual)
- Expected
+ Received
Object {
- "items": Array [],
+ "items": Array [
+ Object {
+ "added": 1725662007000,
+ "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:174:5
|
|
This job failed
Loading