Merge branch 'refs/heads/main' into next #40
Annotations
8 errors and 1 warning
fields › should have all fields:
test/PaginatedResponse.spec.ts#L13
Not enough orders to test pagination
at Object.<anonymous> (test/PaginatedResponse.spec.ts:13:11)
|
next() › should return the next page:
test/PaginatedResponse.spec.ts#L13
Not enough orders to test pagination
at Object.<anonymous> (test/PaginatedResponse.spec.ts:13:11)
|
next() › should return null if there is no next page:
test/PaginatedResponse.spec.ts#L13
Not enough orders to test pagination
at Object.<anonymous> (test/PaginatedResponse.spec.ts:13:11)
|
previous() › should return the previous page:
test/PaginatedResponse.spec.ts#L13
Not enough orders to test pagination
at Object.<anonymous> (test/PaginatedResponse.spec.ts:13:11)
|
previous() › should return null if there is no previous page:
test/PaginatedResponse.spec.ts#L13
Not enough orders to test pagination
at Object.<anonymous> (test/PaginatedResponse.spec.ts:13:11)
|
getCsvOrder › should get a csv order with all fields:
src/HttpHandler.ts#L73
PrintOneError: Cannot GET /v2/batches/batch_w8kLbjkahekZ5WV2SXHC4/csv/csv_lvygfb0xUm8pqSTNXSvQA
at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13)
at AxiosHTTPHandler.handleErrors [as GET] (src/AxiosHttpHandler.ts:44:10)
at PrintOne.getCsvOrder (src/PrintOne.ts:321:18)
at Object.<anonymous> (test/Batch.spec.ts:182:22)
|
BatchOrder › should be able to cancel Order:
test/Batch.spec.ts#L421
thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at test/Batch.spec.ts:421:3
at Object.<anonymous> (test/Batch.spec.ts:420:1)
|
Release
Process completed with exit code 1.
|
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|