npm test needs a relative path

This commit is contained in:
Johannes Zellner
2019-04-18 17:14:49 +02:00
parent 71a5555816
commit 58c98be9a7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
"sinon": "^7.3.1"
},
"scripts": {
"test": "runTests",
"test": "./runTests",
"postmerge": "/bin/true",
"precommit": "/bin/true",
"prepush": "npm test",