I am working with ReactJS and I have many components in my project. I wish I could run stand alone once component on my browser for testing. Is it right on that?
For further actions, you may consider blocking this person and/or reporting abuse
I am working with ReactJS and I have many components in my project. I wish I could run stand alone once component on my browser for testing. Is it right on that?
For further actions, you may consider blocking this person and/or reporting abuse
Arkadipta kundu -
Ajmal Hasan -
kvetoslavnovak -
Ajmal Hasan -
Top comments (1)
There are a number of options, depending on your specific need, but either a combination of jest + enzyme (for unit testing), storybook or react-cosmos will probably be what you're looking for.