Created
May 24, 2018 20:46
-
-
Save carlohcs/7643bdfb524307cf9f90e266b49c59d3 to your computer and use it in GitHub Desktop.
AVA-test-suite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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