A simple project which I use for learning JavaScript testing with Jest.
- Download zip file or type this command in your terminal
git clone [email protected]:nvdai2401/getting-started-with-js-testing.git
- Type
cd getting-started-with-js-testing
- Type
yarn
- Type
yarn test
to see the testing results.