Skip to content

Commit 24148ad

Browse files
committed
update stories
1 parent 0b88b64 commit 24148ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/lib/preview-api/src/modules/store/csf/portable-stories.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ describe('composeStory', () => {
260260
const cleanupSpy = vi.fn();
261261
const beforeEachSpy = vi.fn(() => {
262262
return () => {
263-
cleanupSpy('cleanup from story');
263+
cleanupSpy();
264264
};
265265
});
266266

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

0 commit comments

Comments
 (0)