Express with Unit Testing Eample use Mocha and Chai
- Open terminal and type
git clone https://github.com/aahmadhadi/Express-with-Unit-Testing-Example
- Enter the folder
cd Express-with-Unit-Testing-Example
- Install
npm install
Untuk menjalankan program
npm run dev
Untuk menjalankan Testing
npm run test