tkraak / ttl

:books: Test to Learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

:books: Test to Learn


Languages

Language:JavaScript 100.0%