소스 검색

add test cmd

tripeur 4 년 전
부모
커밋
16470e8abd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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",