Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
/ js-ava-nyc Public archive

A JavaScript (Node.js) project template that uses AVA and NYC for testing

License

Notifications You must be signed in to change notification settings

sam-barker/js-ava-nyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS/AVA/NYC Template

This is a template project for NodeJS projects that want to use AVA and NYC.

Features

  • husky for commit hooks
  • prettier for code formatting
  • ava for unit tests
  • sinon for mocks
  • nyc for code coverage
  • Enforced 100% code coverage
  • PR templates
  • CircleCI

Development

  • yarn run lint:fix runs prettier and fixes any errors
  • yarn run test:unit will run ava unit tests
  • yarn run test will run linting and unit tests

About

A JavaScript (Node.js) project template that uses AVA and NYC for testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published