]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Explicitly indicate test locations
authorDaniel Imms <daimms@microsoft.com>
Sat, 8 Oct 2016 05:56:02 +0000 (22:56 -0700)
committerDaniel Imms <daimms@microsoft.com>
Sat, 8 Oct 2016 05:56:02 +0000 (22:56 -0700)
package.json

index aaf8998aae7f5318d58d7934b6cb190166516599..f8ae5e7aa28136948c0bd3cdcdb67a9ae2a93111 100644 (file)
@@ -28,7 +28,7 @@
   },
   "scripts": {
     "start": "nodemon --watch src --watch addons --exec bash -c './bin/build && node demo/app'",
-    "test": "./bin/build && mocha --recursive",
+    "test": "./bin/build && mocha --recursive ./test/*test.js ./test/**/*test.js",
     "build:docs": "jsdoc -c jsdoc.json",
     "build": "./bin/build"
   }