From f725abe66152214ef1ebe1bbe2d9adf20ff1e1f8 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Wed, 21 Aug 2024 10:38:05 +0200 Subject: [PATCH] one more --- .../compiler-errors/samples/export-state-module/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/tests/compiler-errors/samples/export-state-module/_config.js b/packages/svelte/tests/compiler-errors/samples/export-state-module/_config.js index 088991864a..fcfbe81428 100644 --- a/packages/svelte/tests/compiler-errors/samples/export-state-module/_config.js +++ b/packages/svelte/tests/compiler-errors/samples/export-state-module/_config.js @@ -5,6 +5,6 @@ export default test({ code: 'state_invalid_export', message: "Cannot export state from a module if it is reassigned. Either export a function returning the state value or only mutate the state value's properties", - position: [76, 114] + position: [66, 104] } });