/ttl

:books: Test to Learn

Primary LanguageJavaScript

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!