Have a story with following defauilt export:
export default {
title: 'Title',
argTypes: {foo: undefined}
};
Run storyshots test
Expected: test fails
Actual: the subset of stories before the broken one runs successfully, others are skipped silently
This is the same issue as https://github.com/storybookjs/storybook/issues/12540.
To be clear, this is not about the error itself, but about the fact that it's swallowed. So let's keep those issues separate
Most helpful comment
To be clear, this is not about the error itself, but about the fact that it's swallowed. So let's keep those issues separate