Improve HttpRequests
#3149
tests.yml
on: pull_request
style-check
18s
types-check
31s
Matrix: integration_tests
Annotations
9 errors
style-check:
src/clients/client.ts#L231
'config' is defined but never used. Allowed unused args must match /^_/u
|
style-check:
src/indexes.ts#L103
'config' is defined but never used. Allowed unused args must match /^_/u
|
style-check:
src/indexes.ts#L125
'config' is defined but never used. Allowed unused args must match /^_/u
|
style-check:
src/indexes.ts#L165
'config' is defined but never used. Allowed unused args must match /^_/u
|
style-check
Process completed with exit code 1.
|
tests/unit.test.ts > Client handles host URL with domain and path, and adds trailing slash:
tests/unit.test.ts#L25
AssertionError: expected false to be true
- Expected
+ Received
- true
+ false
❯ tests/unit.test.ts:25:10
|
integration-tests (Node.js 18)
Process completed with exit code 1.
|
tests/unit.test.ts > Client handles host URL with domain and path, and adds trailing slash:
tests/unit.test.ts#L25
AssertionError: expected false to be true
- Expected
+ Received
- true
+ false
❯ tests/unit.test.ts:25:10
|
integration-tests (Node.js 20)
Process completed with exit code 1.
|