Skip to content

Commit

Permalink
remove obsolote metaIdentifier arg
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Dec 13, 2024
1 parent d62c50f commit 134c20f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ describe(createVariableFromRuntimeStoriesCall.name, () => {
it('creates a variable correctly', ({ expect }) => {
const stringified = print(
createVariableFromRuntimeStoriesCall({
metaIdentifier: {
type: 'Identifier',
name: 'meta',
},
storiesFunctionDeclaration: {
type: 'FunctionDeclaration',
id: {
Expand Down

0 comments on commit 134c20f

Please sign in to comment.