Browse Source

add test cmd

tripeur 4 years ago
parent
commit
16470e8abd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -6,9 +6,9 @@
     "serve": "vue-cli-service serve --port 8081",
     "stage": "vue-cli-service build --mode staging --dest C:\\Users\\Clovis\\Desktop\\code\\java\\bdlg.planner\\src\\main\\resources\\static",
     "build": "vue-cli-service build",
-    "lint": "vue-cli-service lint"
+    "lint": "vue-cli-service lint",
+    "test": "jest"
   },
-  "test": "jest",
   "dependencies": {
     "dayjs": "^1.10.4",
     "fuse.js": "^6.4.6",