Skip to content

Instantly share code, notes, and snippets.

@BenRichter
Created February 21, 2019 14:12
Show Gist options
  • Save BenRichter/53f14b0accf00df168e6d51eaa96869e to your computer and use it in GitHub Desktop.
Save BenRichter/53f14b0accf00df168e6d51eaa96869e to your computer and use it in GitHub Desktop.
Storybook React configuration for Snapshot- and Image-Snapshot-Testing (jest, webpack3)
"scripts": {
"test": "TESTING=true node scripts/test.js --env=jsdom",
"test:image": "IMG=true node scripts/test.js --env=jsdom",
"storybook": "TESTING=true start-storybook -p 6006 -c config/storybook",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment