practice_mocha-chai-supertest-jsdom-handlebars
Simple practice test suite for a mock app using Mocha, Chai, SuperTest, jsdom, and Handlebars.
Instructions
- Install Node.js
- Clone this project:
git clone <repo_url>
- Navigate to this project:
cd <dir_path>
- Install the project’s dependencies:
npm install
- Run the test suite:
npm test
- Or run the project:
npm start