Skip to content

Commit

Permalink
update stories
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed May 2, 2024
1 parent 0b88b64 commit 24148ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ describe('composeStory', () => {
const cleanupSpy = vi.fn();
const beforeEachSpy = vi.fn(() => {
return () => {
cleanupSpy('cleanup from story');
cleanupSpy();
};
});

Expand Down Expand Up @@ -292,7 +292,7 @@ describe('composeStory', () => {
`
"Some stories were not cleaned up before rendering 'Unnamed Story (firstArg, secondArg)'.
You should load the story with \`await Story.load()\` before rendering it.
See XYZ for more information."
See https://storybook.js.org/docs/api/portable-stories-vitest#3-load for more information."
`
);
});
Expand Down

0 comments on commit 24148ad

Please sign in to comment.