A Question Bank for People Learning Programming in JavaScript, with Test Driven Development Approach
- git clone https://github.com/pulkitkkr/TDD-JavaScript-Question-Bank.git
- Open CMD/Terminal in directory
- In Terminal: npm install
- Open ./Assignment Folder in your favourite code editor
- To Test, in Project root, type "npm test" (for all test)
Note: If You just want to run test cases for just one question, type "npm test Q1" for Q1.js