Merge pull request #14 from yagop/test/mocha-script

test script run mocha
This commit is contained in:
Dimitar Nanov 2019-11-01 05:59:38 +02:00 committed by GitHub
commit 837fdaa08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"description": "Node.js ISO 20022 Compliant EBICS Client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},
"repository": {
"type": "git",