Skip to content

Commit

Permalink
check if tests actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmish committed Sep 23, 2024
1 parent e02747f commit 148842f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook-builder/src/generate-stories-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function toImportFn(stories: string[]) {
}

const importPath = toImportPath(relativePath);
let actualPath = file;
let actualPath = `${process.cwd()}/${relativePath}`;
if (actualPath.endsWith('.mdx')) {
actualPath = `${actualPath}.js`;
}
Expand Down

0 comments on commit 148842f

Please sign in to comment.