How to add tests to local react app

Hi all,

I want to make my random quote generator app locally on my computer using create react app. I haven’t done this before and was wondering how I can use the tests provided on the task locally on my computer to check it passes?

TIA,

Clare

Hi Clare!

I don’t know if you can do it locally, only on codepen. But follow this thread where they follow the same discussion: Running tests locally - #3 by anon57113136 :slight_smile:

Cheers!

HI thanks that looks like the correct link - I am not really sure how to use codepen when you are using multiple js files like you do when using React - so I will see if ths works!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.