1. Install Node.js and npm
✅ Download and install Node.js from: https://nodejs.org/
Verify instllation
node -v npm -v
2.Install Moocha
npm install mocha chai supertest --save-dev
3.Run the Test
mocha test/warehouse.test.js
| Name | Name | Last commit date | ||
|---|---|---|---|---|
1. Install Node.js and npm
✅ Download and install Node.js from: https://nodejs.org/
Verify instllation
node -v npm -v
2.Install Moocha
npm install mocha chai supertest --save-dev
3.Run the Test
mocha test/warehouse.test.js