Change npm test to execute test_runner

master
Raymonzut 5 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", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"test": "mocha" "test": "node test_runner"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save