feat: webhooks #79
Annotations
2 errors and 1 warning
createOrder › should create an order with all fields:
test/PrintOne.spec.ts#L586
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 1
Object {
"address": "Test 1",
- "addressLine2": undefined,
"city": "Test",
- "country": "NL",
+ "country": "Netherlands",
"name": "Test",
"postalCode": "1234 AB",
}
at Object.<anonymous> (test/PrintOne.spec.ts:586:29)
|
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/.
|