Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 09:40

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

  • feat: add console logs on test failure #157 (@yannbf)

🐛 Bug Fix

Authors: 2