Fix type issues with multiSearch
#3379
tests.yml
on: pull_request
style-check
18s
types-check
28s
Matrix: integration_tests
Annotations
6 errors and 4 warnings
style-check:
tests/search.test.ts#L11
'FederatedMultiSearchParams' is defined but never used. Allowed unused vars must match /^_/u
|
style-check
Process completed with exit code 1.
|
types-check:
tests/search.test.ts#L184
Expected 0-1 type arguments, but got 2.
|
types-check:
tests/search.test.ts#L191
Property 'id' does not exist on type 'Hit<MultiSearchParams>'.
|
types-check:
tests/search.test.ts#L192
Property 'title' does not exist on type 'Hit<MultiSearchParams>'.
|
types-check
Process completed with exit code 2.
|
style-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
types-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
integration-tests (Node.js 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
integration-tests (Node.js 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|