v0.6.0
Release Notes
fix --watch cli option (#168)
The --watch
flag was previously not working, and now it's fixed.
feat: throw error on unconfigured coverage when running with --coverage (#166)
The test runner now throws an error when running yarn test-storybook --coverage
and the coverage is not correctly set up. This could mean that an user might be running --coverage
without instrumenting their code with istanbul, which would lead to problems!
feat: add console logs on test failure (#157)
This version adds console logs to the output of failed tests, in order to as provide as much information as possible to help you diagnose your issues.
🚀 Enhancement
🐛 Bug Fix
- Add commit hooks #170 (@yannbf)
- undo Jest 28 support #169 (@yannbf)
- fix --watch cli option #168 (@yannbf)
- feat: throw error on unconfigured coverage when running with --coverage #166 (@yannbf)
- Document new cli options #167 (@yannbf)
- Add nightly check for failures #165 (@yannbf)
- Update stories in example Storybook #164 (@yannbf)
- use storybook@future on nightly script #162 (@yannbf)
Authors: 2
- Andy Kenward (@andykenward)
- Yann Braga (@yannbf)