mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:31:27 +08:00
Comment out story that fails in Chromatic
(I will revert this commit soon)
This commit is contained in:
parent
3bb9606383
commit
9f5affc5ab
@ -2,13 +2,14 @@ export default {
|
||||
title: 'Core|Errors',
|
||||
};
|
||||
|
||||
export const exception = () => {
|
||||
throw new Error('error');
|
||||
};
|
||||
exception.title = 'story throws exception';
|
||||
exception.parameters = {
|
||||
storyshots: { disabled: true },
|
||||
};
|
||||
// Comment this story out until Chromatic supports skipping stories via parameters (soon I promise!)
|
||||
// export const exception = () => {
|
||||
// throw new Error('error');
|
||||
// };
|
||||
// exception.title = 'story throws exception';
|
||||
// exception.parameters = {
|
||||
// storyshots: { disabled: true },
|
||||
// };
|
||||
|
||||
export const errors = () => null;
|
||||
errors.title = 'story errors';
|
||||
|
Loading…
x
Reference in New Issue
Block a user