Parcourir la source

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

Estevão Soares dos Santos il y a 10 ans
Parent
commit
5656afd43a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",