Friday, 26 May 2017

Debugging tests in the browser with the Create React App boilerplate

I'm trying to debug jest tests in the browser for an application using Facebook's create-react-app boilerplate.

So far I have come across a few articles:

but no success as of yet.

I can get the debugger running but I'm not sure how to debug the actual tests.

Can someone please advise me?

I also want to avoid ejecting react-scripts.

Thanks



via adyro

No comments:

Post a Comment