Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Created August 13, 2018 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcomnes/82bbd4d6c686c7ca8dcee7f4e333c722 to your computer and use it in GitHub Desktop.
Save bcomnes/82bbd4d6c686c7ca8dcee7f4e333c722 to your computer and use it in GitHub Desktop.
node_modules
coverage
.nyc_output
{
"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"
}
}
@bcomnes
Copy link
Author

bcomnes commented Aug 13, 2018

See avajs/ava#1904 for reference and more context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment