1.0.0 • Published 5 years ago
rest_api_sarthak v1.0.0
Testing,Documenting,and Linting Code With Jest,JsDoc,Eslinting
This project is intended to be used as assignment as to how one would document and test their code and check the coverage of the source code to then turn into API Documentation.
Table of Contents
1. Installation
Setup a new or existing npm package
npm -init -yInstall the Jest dependencies
npm i -D jestInstall the Jsdoc dependencies
npm i -D jsdoc2. Testing
Testing the project arithmetic
npm run test3. Building the Documentation
Build the jsdoc documentation from the source code
npm run doc4. Release History
- 10.0.0
- Initial release
1.0.0
5 years ago