feat: implemented background requests #228
Annotations
2 errors and 4 warnings
|
publish
Process completed with exit code 1.
|
|
src/hooks/useBackgroundJobs.test.tsx > useBackgroundJobs > job management > should handle updating non-existent job gracefully:
src/hooks/useBackgroundJobs.test.tsx#L186
AssertionError: expected [ { id: 'existing', …(3) }, …(1) ] to have a length of 1 but got 2
- Expected
+ Received
- 1
+ 2
❯ src/hooks/useBackgroundJobs.test.tsx:186:35
|
|
publish:
src/hooks/useBackgroundJobStatus.test.tsx#L135
Async method 'json' has no 'await' expression
|
|
publish:
src/hooks/useBackgroundJobStatus.test.tsx#L73
Async method 'json' has no 'await' expression
|
|
publish:
src/hooks/useBackgroundJobStatus.test.tsx#L43
Async method 'json' has no 'await' expression
|
|
publish
Failed to restore: Cache service responded with 400
|