From 3d6ebabf3be40108eee7c91a8b7a61aa1235661d Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 27 Jun 2024 20:11:58 -0400 Subject: [PATCH] update snapshot tests --- .../svelte/tests/preprocess/samples/script/expected_map.json | 3 ++- .../samples/style-attributes-modified-longer/expected_map.json | 3 ++- .../samples/style-attributes-modified/expected_map.json | 3 ++- .../preprocess/samples/style-attributes/expected_map.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/svelte/tests/preprocess/samples/script/expected_map.json b/packages/svelte/tests/preprocess/samples/script/expected_map.json index d5bf98483..b5ce88954 100644 --- a/packages/svelte/tests/preprocess/samples/script/expected_map.json +++ b/packages/svelte/tests/preprocess/samples/script/expected_map.json @@ -4,5 +4,6 @@ "names": [], "sources": [ "input.svelte" - ] + ], + "ignoreList": [] } \ No newline at end of file diff --git a/packages/svelte/tests/preprocess/samples/style-attributes-modified-longer/expected_map.json b/packages/svelte/tests/preprocess/samples/style-attributes-modified-longer/expected_map.json index 28397f95d..97a598b5e 100644 --- a/packages/svelte/tests/preprocess/samples/style-attributes-modified-longer/expected_map.json +++ b/packages/svelte/tests/preprocess/samples/style-attributes-modified-longer/expected_map.json @@ -4,5 +4,6 @@ "names": [], "sources": [ "input.svelte" - ] + ], + "ignoreList": [] } \ No newline at end of file diff --git a/packages/svelte/tests/preprocess/samples/style-attributes-modified/expected_map.json b/packages/svelte/tests/preprocess/samples/style-attributes-modified/expected_map.json index 65f340c1c..a2f25a1e8 100644 --- a/packages/svelte/tests/preprocess/samples/style-attributes-modified/expected_map.json +++ b/packages/svelte/tests/preprocess/samples/style-attributes-modified/expected_map.json @@ -4,5 +4,6 @@ "names": [], "sources": [ "input.svelte" - ] + ], + "ignoreList": [] } \ No newline at end of file diff --git a/packages/svelte/tests/preprocess/samples/style-attributes/expected_map.json b/packages/svelte/tests/preprocess/samples/style-attributes/expected_map.json index 2eca3ec76..c9bd6d4b6 100644 --- a/packages/svelte/tests/preprocess/samples/style-attributes/expected_map.json +++ b/packages/svelte/tests/preprocess/samples/style-attributes/expected_map.json @@ -4,5 +4,6 @@ "names": [], "sources": [ "input.svelte" - ] + ], + "ignoreList": [] } \ No newline at end of file