07 Testing - Pioneer18/Rent-A-Car GitHub Wiki

Testing with Jest

This application includes unit test files for each service, provider, and controller file in the application. The Jest package is not included in the application, please run npm -install --save-dev jest before running testing for the application, or install jest globally.