Merge pull request #21 from Print-one/next #43
Annotations
3 errors and 1 warning
BatchOrder › should be able to cancel Order:
src/HttpHandler.ts#L73
PrintOneError: Sorry, orders can only be cancelled once they have finished rendering
at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13)
at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10)
at Order.cancel (src/models/Order.ts:189:18)
at Object.<anonymous> (test/Batch.spec.ts:434:5)
|
BatchOrder › should be able to refresh Order:
test/Batch.spec.ts#L440
thrown: "Exceeded timeout of 30000 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:440: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/.
|