bill 1 년 전
부모
커밋
4276cd8062
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -5,7 +5,8 @@
   "description": "",
   "main": "index.js",
   "scripts": {
-    "dev": "node index"
+    "dev": "node index",
+    "test": "node test"
   },
   "author": "",
   "license": "ISC",