diff --git a/src/compiler/post-transform/appendix/create-variable-from-runtime-stories-call.test.ts b/src/compiler/post-transform/appendix/create-variable-from-runtime-stories-call.test.ts index fc70bea..797d67a 100644 --- a/src/compiler/post-transform/appendix/create-variable-from-runtime-stories-call.test.ts +++ b/src/compiler/post-transform/appendix/create-variable-from-runtime-stories-call.test.ts @@ -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: {