Skip to content

Commit

Permalink
fix: remove overriding inexistent destructured meta
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Dec 13, 2024
1 parent 25e5ca4 commit b7d5f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stories/test/Overrides.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Testing if **overriding identifier names** of the addon important AST nodes does work.
*/
const { Story: S, meta: m } = d({
const { Story: S } = d({
title: 'Overrides',
parameters: {
actions: { disable: true },
Expand Down

0 comments on commit b7d5f5b

Please sign in to comment.