Skip to content

saturday-js/ava-tdd-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Style Guide Build Status

ava-tdd-starter

A starter kit for learning TDD with AVA.

Usage

$ yarn global add ava
$ git clone https://github.com/saturday-js/ava-tdd-starter.git learn-tdd-with-ava
$ cd learn-tdd-with-ava
$ yarn

Run it

$ yarn test

Watch it

$ yarn test -- --watch

Code coverage

$ yarn report

Check JS Standard Style

$ yarn lint

Releases

No releases published

Packages

No packages published