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