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 changed files with 1 additions and 0 deletions

1
.nycrc
View File

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