Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 506 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 506 Bytes

Test to Learn

This repository was inspired by chapter 4 of the book Test-Driven JavaScript Development. The idea is to explore JavaScript by writing unit tests. It has proven to be a great learning and teaching tool.

Getting Started

  • fork and clone this repo
  • npm install or yarn install
  • npm test to run the tests with AVA
  • npm run lint to lint with standard
  • happy learning ... pull requests welcome!