From 928fe200889520be57bfc42d2da9662161af68b5 Mon Sep 17 00:00:00 2001 From: Mateusz Kadlubowski Date: Thu, 22 Aug 2024 21:20:14 +0800 Subject: [PATCH] update snapshots --- src/parser/analyse/story/attributes.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parser/analyse/story/attributes.test.ts b/src/parser/analyse/story/attributes.test.ts index b1fd661..9675a19 100644 --- a/src/parser/analyse/story/attributes.test.ts +++ b/src/parser/analyse/story/attributes.test.ts @@ -37,9 +37,9 @@ describe(getStringValueFromAttribute.name, () => { .toThrowErrorMatchingInlineSnapshot(` [SB_SVELTE_CSF_PARSER_ANALYSE_STORY_0001 (AttributeNotStringError): In the stories file: - A '' has a prop 'name' whose value must be a static literal string. + A '' has a prop 'name' whose value must be a static literal string. - More info: https://github.com/storybookjs/addon-svelte-csf/blob/v${StorybookSvelteCSFError.packageVersion}/ERRORS.md#SB_SVELTE_CSF_PARSER_ANALYSE_STORY_0001 + More info: https://github.com/storybookjs/addon-svelte-csf/blob/v4.1.2/ERRORS.md#SB_SVELTE_CSF_PARSER_ANALYSE_STORY_0001 ] `); });