Change npm test to execute test_runner
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user