Prechádzať zdrojové kódy

test(core): Update snapshots

Michael Bromley 1 rok pred
rodič
commit
375952d875

+ 2 - 2
packages/core/e2e/__snapshots__/collection.e2e-spec.ts.snap

@@ -38,7 +38,7 @@ exports[`Collection resolver > createCollection > creates a root collection 1`]
       "args": [
         {
           "name": "facetValueIds",
-          "value": "[\\"T_1\\"]",
+          "value": "["T_1"]",
         },
         {
           "name": "containsAny",
@@ -107,7 +107,7 @@ exports[`Collection resolver > updateCollection > updates with assets 1`] = `
       "args": [
         {
           "name": "facetValueIds",
-          "value": "[\\"T_3\\"]",
+          "value": "["T_3"]",
         },
         {
           "name": "containsAny",

+ 2 - 2
packages/core/e2e/__snapshots__/promotion.e2e-spec.ts.snap

@@ -50,7 +50,7 @@ exports[`Promotion resolver > createPromotion 1`] = `
       "args": [
         {
           "name": "facetValueIds",
-          "value": "[\\"T_1\\"]",
+          "value": "["T_1"]",
         },
       ],
       "code": "promo_action",
@@ -82,7 +82,7 @@ exports[`Promotion resolver > updatePromotion 1`] = `
       "args": [
         {
           "name": "facetValueIds",
-          "value": "[\\"T_1\\"]",
+          "value": "["T_1"]",
         },
       ],
       "code": "promo_action",