feat: allow UPS standard delivery in NL & BE, add UPS express delivery #211
run-tests.yml
on: pull_request
build
/
build
1m 31s
test
/
Run unit tests
1m 19s
Annotations
2 errors
src/utils/getPlatformConfig.spec.ts > getPlatformConfig > gets config for platform myparcel:
libs/shared/src/utils/getPlatformConfig.spec.ts#L10
Error: Snapshot `getPlatformConfig > gets config for platform myparcel 1` mismatched
- Expected
+ Received
@@ -185,10 +185,12 @@
"postalCode",
"street",
"city",
],
"deliveryCountries": [
+ "AT",
+ "BE",
"BG",
"DE",
"EE",
"FI",
"GR",
@@ -197,11 +199,11 @@
"IT",
"HR",
"LV",
"LT",
"LU",
- "AT",
+ "NL",
"PL",
"PT",
"RO",
"SI",
"SK",
❯ src/utils/getPlatformConfig.spec.ts:10:20
|
test / Run unit tests
Process completed with exit code 1.
|