diff --git a/packages/svelte/tests/preprocess/samples/script/expected_map.json b/packages/svelte/tests/preprocess/samples/script/expected_map.json index d5bf98483f..b5ce889542 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 28397f95d9..97a598b5e5 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 65f340c1c0..a2f25a1e83 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 2eca3ec763..c9bd6d4b60 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