Skip to content

Commit

Permalink
add fake failure for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 25, 2022
1 parent 0a2e3bd commit f6f238d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const addons = [
module.exports = {
stories,
addons,
webpackFinal: async() => new Error('fail!'),
features: {
storyStoreV7: process.env.STORY_STORE_V7 ? true : false,
buildStoriesJson: true,
Expand Down

0 comments on commit f6f238d

Please sign in to comment.