mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-19 09:53:09 +00:00
feat: add nyc and cleanup .gitignore
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha test/**/*.js"
|
||||
"test": "nyc mocha test/**/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -46,6 +46,7 @@
|
||||
"eslint-config-ecollect-base": "^0.1.2",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"libxmljs": "^0.19.7",
|
||||
"mocha": "^6.2.2"
|
||||
"mocha": "^6.2.2",
|
||||
"nyc": "^14.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user