Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tkraak/ttl
- Owner: tkraak
- Created: 2017-06-03T16:24:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:48:06.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T02:51:51.202Z (11 days ago)
- Topics: ava, javascript, learn, test
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
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!