feat(checkout): add product selection fields (MDK-403) #137
Annotations
3 errors
|
quality
Process completed with exit code 1.
|
|
tests/schemas/product.test.ts > Product Schemas > Integration scenarios > should validate products with all supported price types:
tests/schemas/product.test.ts#L294
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/schemas/product.test.ts:294:28
❯ tests/schemas/product.test.ts:292:13
|
|
tests/schemas/product.test.ts > Product Schemas > CheckoutProductPriceSchema > should validate price with FREE amount type:
tests/schemas/product.test.ts#L54
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/schemas/product.test.ts:54:27
|