Created
August 13, 2018 23:38
-
-
Save bcomnes/82bbd4d6c686c7ca8dcee7f4e333c722 to your computer and use it in GitHub Desktop.
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
node_modules | |
coverage | |
.nyc_output |
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
{ | |
"name": "ava-nyc-bug", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"ava": { | |
"files": [ | |
"src/**/*.test.js" | |
] | |
}, | |
"scripts": { | |
"test": "nyc --reporter=lcov ava --verbose && nyc report" | |
}, | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"ava": "^1.0.0-beta.7", | |
"nyc": "^12.0.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment