Skip to content

Commit

Permalink
Chromatic delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Moroz committed Jun 4, 2024
1 parent d8f2071 commit 4acf4d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ const preview: Preview = {
// },
// },

// disables Chromatic on a global level
chromatic: { disable: true },
chromatic: {
delay: 200,
},
},
};

Expand Down

0 comments on commit 4acf4d1

Please sign in to comment.