Pārlūkot izejas kodu

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

Estevão Soares dos Santos 10 gadi atpakaļ
vecāks
revīzija
5656afd43a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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",