Devographics / StateOfJS-2019

State of JS 2019 survey report website
https://2019.stateofjs.com/
Other
143 stars 35 forks source link

Storybook is no testing framework #42

Closed timbergus closed 4 years ago

timbergus commented 4 years ago

Storybook is a tool to create component libraries, but not a testing framework. You can add a testing framework like Jest to test the components you have created, but Storybook, as React Styleguidist are only tools to create and visualize components outside your main application.

SachaG commented 4 years ago

This is not a very useful argument to have unless you have a better place to put it? At the end of the day we do need to include things somewhere, and having even more categories just makes comparisons and navigation harder. So I think putting Storybook with testing frameworks is good enough.

timbergus commented 4 years ago

OK, sorry.