Tests #652
Annotations
2 errors and 1 warning
error: expect(received).toEqual(expected):
src/commands/client/query/query-single/index.test.ts#L497
+ []
- [
- {
- data: "hello world upstash",
- id: "id0",
- score: Any<Number>,
- }
- ]
- Expected - 7
+ Received + 1
at <anonymous> (/home/runner/work/vector-js/vector-js/src/commands/client/query/query-single/index.test.ts:497:20)
|
Tests
Process completed with exit code 1.
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|