Improve HttpRequests
#3148
tests.yml
on: pull_request
style-check
19s
types-check
20s
Matrix: integration_tests
Annotations
10 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.
|
types-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 20)
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.
|