Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 501 Bytes

File metadata and controls

11 lines (9 loc) · 501 Bytes

TDD-JavaScript-Question-Bank

A Question Bank for People Learning Programming in JavaScript, with Test Driven Development Approach

Getting Started

  1. git clone https://github.com/pulkitkkr/TDD-JavaScript-Question-Bank.git
  2. Open CMD/Terminal in directory
  3. In Terminal: npm install
  4. Open ./Assignment Folder in your favourite code editor
  5. 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