We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56b9560 + 47eaec6 commit d6003f8Copy full SHA for d6003f8
addons/storyshots/src/index.js
@@ -88,7 +88,7 @@ export default function testStorySnapshots(options = {}) {
88
89
it(story.name, () => {
90
const context = { kind: group.kind, story: story.name };
91
- options.test({ story, context });
+ return options.test({ story, context });
92
});
93
}
94
0 commit comments