Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkraak/ttl

:books: Test to Learn
https://github.com/tkraak/ttl

ava javascript learn test

Last synced: 9 days ago
JSON representation

:books: Test to Learn

Awesome Lists containing this project

README

        

# Test to Learn

This repository was inspired by chapter 4 of the book [Test-Driven JavaScript Development](http://www.tddjs.com). 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](https://github.com/avajs/ava)
- `npm run lint` to lint with [standard](https://standardjs.com)
- happy learning ... pull requests welcome!