Change npm test to execute test_runner

This commit is contained in:
Raymonzut
2020-04-26 16:47:23 +02:00
parent a8c3109b9a
commit c2f70a7f4d
+1 -1
View File
@@ -8,7 +8,7 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve",
"test": "mocha"
"test": "node test_runner"
},
"repository": {
"type": "git",