Ask: how do you test react-components against multiple versions of react?

1 points by je42 ↗ HN
In the python world there is tox which helps you test a library against multiple different peer dependencies. What is the equivalent in javascript ?

For example, if we want to have a component that can work with react@15 and react@16. but how do we best test it against both versions ?

is there something similar like tox ?

0 comments

[ 4.3 ms ] story [ 12.9 ms ] thread

No comments yet.