Change npm test to execute test_runner

master
Raymonzut 4 years ago
parent a8c3109b9a
commit c2f70a7f4d
No known key found for this signature in database
GPG Key ID: 97CF2D8BE2C69FC7
  1. 2
      client/package.json

@ -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",

Loading…
Cancel
Save