Skip to content

Instantly share code, notes, and snippets.

@carlohcs
Created May 24, 2018 20:46
Show Gist options
  • Save carlohcs/7643bdfb524307cf9f90e266b49c59d3 to your computer and use it in GitHub Desktop.
Save carlohcs/7643bdfb524307cf9f90e266b49c59d3 to your computer and use it in GitHub Desktop.
AVA-test-suite
"test": "nyc ava --verbose",
"test:suite": "nyc ava --tap | tap-spec",
"test:watch": "ava --verbose --watch",
"report": "nyc report --reporter=html",
"test-report": "nyc ava && nyc report --reporter=html",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment