Merge pull request #2076 from thelounge/xpaw/no-scripts-coverage

Skip scripts folder from test coverage
This commit is contained in:
Jérémie Astori 2018-02-19 11:43:12 -05:00 committed by GitHub
commit 559281bfb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.nycrc
View File

@ -3,6 +3,7 @@
"exclude": [ "exclude": [
"coverage", "coverage",
"public/", "public/",
"scripts/",
"test/", "test/",
"webpack.config.js" "webpack.config.js"
], ],