Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Dec 6, 2020
1 parent a2cb336 commit 39255ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/svelte-kitchen-sink/src/stories/error.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import ErrorView from './views/ErrorView.svelte';
export default {
title: 'Error',
component: ErrorView,
parameters: {
chromatic: { disable: true },
storyshots: { disable: true },
},
};

export const Error = () => ({
Expand Down

0 comments on commit 39255ac

Please sign in to comment.