Pregunta de entrevista de Detroit Labs

How do you go about testing your React code?

Respuesta de la entrevista

Anónimo

1 may 2018

Every OnSite team is different, but this one in particular was very fond of testing. They didn't care about the particular framework you used but they just wanted to see that you had the ability and mindset of testing the code you wrote. I used Jest to test my code and for the code challenge I finished, I got 100% branch coverage before I showed up for my interview.