react-toolkit icon indicating copy to clipboard operation
react-toolkit copied to clipboard

Passage a Testing Library

Open youf-olivier opened this issue 4 years ago • 5 comments

J'aimerai commencer à switcher sur Testing Library histoire d'avoir des tests plus robustes et plus parlant.

Par contre c'est un gros chantier. Qu'en pensez vous ?

youf-olivier avatar Oct 26 '20 07:10 youf-olivier

Bonne idée ! Nos tests ne sont pas suffisament bien écrits pour que l'on ait confiance que rien ne soit cassé quand on fait une modif. Avoir un test de comportement ce serait top !

xballoy avatar Oct 26 '20 08:10 xballoy

Si vous etes pour, je vais prendre un Composant et le couvrir complètement histoire de voir ce que ça pourrait donner

youf-olivier avatar Oct 26 '20 13:10 youf-olivier

Go for it :)

xballoy avatar Oct 26 '20 14:10 xballoy

Je suis pour, un composant servira aussi d'exemple. Cool

arnaudforaison avatar Oct 26 '20 19:10 arnaudforaison

In case some people were wondering on how to do it, here some example of tests using react-testing-library #785 #800 #802

xballoy avatar Nov 10 '20 12:11 xballoy