test: add more tests

This commit is contained in:
nanov
2019-11-20 11:12:37 +02:00
parent ddd0933c0b
commit 67d74cfa00
11 changed files with 262 additions and 34 deletions

View File

@@ -10,6 +10,7 @@
"scripts": {
"lint": "eslint .",
"test": "nyc mocha test/**/*.js",
"coverage": "nyc report --reporter=lcov",
"version": "auto-changelog -p -t changelog-template.hbs && git add CHANGELOG.md"
},
"repository": {