mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 02:31:05 +08:00
fix types
This commit is contained in:
parent
e554a7f6b3
commit
518d76b92b
@ -239,7 +239,7 @@ export async function vitestTransform({
|
||||
node,
|
||||
});
|
||||
})
|
||||
.filter((st) => !!st);
|
||||
.filter((st) => !!st) as t.ExpressionStatement[];
|
||||
|
||||
const testBlock = t.ifStatement(isRunningFromThisFileId, t.blockStatement(storyTestStatements));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user