diff --git a/src/story.test.ts b/src/story.test.ts index ebe34d9..38bbc59 100644 --- a/src/story.test.ts +++ b/src/story.test.ts @@ -71,10 +71,10 @@ const simpleWithReadonlyOptions: XMeta = { control: { type: 'select', }, - options: options, - } + options, + }, }, -} +}; // NOTE Various story usages const Simple: XStory = () => 'Simple';