diff --git a/packages/svelte/tests/compiler-errors/samples/invalid-arguments-usage/_config.js b/packages/svelte/tests/compiler-errors/samples/invalid-arguments-usage/_config.js index b595c4498a..8a559e46ec 100644 --- a/packages/svelte/tests/compiler-errors/samples/invalid-arguments-usage/_config.js +++ b/packages/svelte/tests/compiler-errors/samples/invalid-arguments-usage/_config.js @@ -3,6 +3,7 @@ import { test } from '../../test'; export default test({ error: { code: 'invalid_arguments_usage', - message: 'The arguments keyword cannot be used within the template or at the top level of a component' + message: + 'The arguments keyword cannot be used within the template or at the top level of a component' } });