ソースを参照

chore(package.json): change test runner to grunt

Estevão Soares dos Santos 10 年 前
コミット
5656afd43a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -28,7 +28,7 @@
   "license": "BSD",
   "main": "./dist/showdown.js",
   "scripts": {
-    "test": "mocha ./test/**/*.js"
+    "test": "grunt test"
   },
   "devDependencies": {
     "chai": "^1.10.0",