Skip to content

feat: remaining getBatches endpoints #53

feat: remaining getBatches endpoints

feat: remaining getBatches endpoints #53

Triggered via pull request March 25, 2024 08:46
Status Failure
Total duration 3m 7s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
getOrders › should get orders generated by the csv: test/CsvOrder.spec.ts#L106
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 at Object.<anonymous> (test/CsvOrder.spec.ts:106:32)
createCsvOrder › should create a csv order with all fields: test/PrintOne.spec.ts#L723
expect(received).toBe(expected) // Object.is equality If it should pass with deep equality, replace "toBe" with "toStrictEqual" Expected: {} Received: serializes to the same string at Object.<anonymous> (test/PrintOne.spec.ts:723:43)
getCsvOrder › should get a csv order with all fields: test/PrintOne.spec.ts#L847
expect(received).toBe(expected) // Object.is equality If it should pass with deep equality, replace "toBe" with "toStrictEqual" Expected: {} Received: serializes to the same string at Object.<anonymous> (test/PrintOne.spec.ts:847:43)
createCsvOrder › should create a csv order with all fields: test/Batch.spec.ts#L129
expect(received).toBe(expected) // Object.is equality If it should pass with deep equality, replace "toBe" with "toStrictEqual" Expected: {} Received: serializes to the same string at Object.<anonymous> (test/Batch.spec.ts:129:43)
getCsvOrder › should get a csv order with all fields: test/Batch.spec.ts#L184
expect(received).toBe(expected) // Object.is equality If it should pass with deep equality, replace "toBe" with "toStrictEqual" Expected: {} Received: serializes to the same string at Object.<anonymous> (test/Batch.spec.ts:184:43)
Test
Process completed with exit code 1.
Test
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/.