feat: deselect delivery options in checkout #234
run-tests.yml
on: pull_request
build
/
build
1m 39s
test
/
Run unit tests
1m 5s
Annotations
2 errors
src/index.spec.ts > exports > exports from index.ts:
apps/delivery-options/src/index.spec.ts#L6
Error: Snapshot `exports > exports from index.ts 1` mismatched
- Expected
+ Received
@@ -50,10 +50,11 @@
"SHOW_DELIVERY_OPTIONS",
"SUPPORTED_DELIVERY_TYPES",
"SUPPORTED_PACKAGE_TYPES",
"SUPPORTED_PLATFORMS",
"SUPPORTED_SHIPMENT_OPTIONS",
+ "UNSELECT_DELIVERY_OPTIONS",
"UPDATED_ADDRESS",
"UPDATED_DELIVERY_OPTIONS",
"UPDATE_CONFIG_IN",
"UPDATE_DELIVERY_OPTIONS",
"bootDeliveryOptions",
❯ src/index.spec.ts:6:39
|
test / Run unit tests
Process completed with exit code 1.
|