feat: downloads widget #2797
Annotations
11 errors
format
@homarr/definitions#format: command (/home/runner/work/homarr/homarr/packages/definitions) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
@homarr/nextjs#format: command (/home/runner/work/homarr/homarr/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
build
@homarr/nextjs#build: command (/home/runner/work/homarr/homarr/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
build
Process completed with exit code 1.
|
packages/integrations/test/nzbget.spec.ts > Nzbget integration > Delete item should result in empty items:
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
|
test
Process completed with exit code 1.
|
lint:
packages/api/src/router/integration/integration-test-connection.ts#L7
'integrationCreators' is defined but never used. Allowed unused vars must match /^_/u
|
lint
@homarr/api#lint: command (/home/runner/work/homarr/homarr/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint
@homarr/nextjs#lint: command (/home/runner/work/homarr/homarr/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (2)
|
lint
Process completed with exit code 2.
|