about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorSorin Davidoi <sorin.davidoi@gmail.com>2017-07-28 22:53:16 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-07-28 22:53:16 +0200
commit7e0c00a555ddf9140800356535ef9e683ef0eb00 (patch)
tree43d301aea80ef634f6e3df4fcb6647de48b31bdc /package.json
parentf0bb2c6d1eeea63cd92be3da57288fd4743a8db9 (diff)
fix(mocha): Run all tests (#4433)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 90dc6d3e4..5fdd491ee 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     "start": "node ./streaming/index.js",
     "test": "npm run test:lint && npm run test:mocha",
     "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
-    "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",
+    "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/**/*.test.js",
     "postinstall": "npm rebuild node-sass"
   },
   "repository": {