Browse Source

allow running specific test files on their own

Francisco Giordano 5 years ago
parent
commit
21d2b90d74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -23,7 +23,7 @@
     "prepare": "node scripts/prepare.js",
     "release": "scripts/release/release.sh",
     "version": "scripts/release/version.sh",
-    "test": "mocha --exit --recursive test"
+    "test": "mocha --exit --recursive"
   },
   "repository": {
     "type": "git",