node-test is amazing template/project structure for writing and performing various types of unit test cases. Devloped in node.js.
- Node 8 or latest
- npm 6 or latest
$ cd to_your_folder
$ git clone https://github.com/Avinash998/node-test.git
$ npm install
// To start the test-server
npm test
open webbrowser and type url 'localhost:3000' and its ready to go, and explore
- expect
- mocha
- rewire
- supertest
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.