list_records: Support pagination #12
Annotations
2 errors and 1 warning
Test:
src/airtableService.test.ts#L128
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
Array [
- "https://api.airtable.com/v0/base123/table123",
- Any<Object>,
+ "https://api.airtable.com/v0/base123/table123?",
+ Object {
+ "headers": Object {
+ "Accept": "application/json",
+ "Authorization": "***",
+ "Content-Type": "application/json",
+ },
+ },
]
Number of calls: 1
❯ src/airtableService.test.ts:128:27
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading