[Groonga-commit] groonga/express-droonga at df11ee8 [master] Add --recursive option to mocha to run tests in sub directories

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jul 21 19:10:09 JST 2013


Kouhei Sutou	2013-07-21 19:10:09 +0900 (Sun, 21 Jul 2013)

  New Revision: df11ee8f85e4fcb292ba604387fd27def896b697
  https://github.com/groonga/express-droonga/commit/df11ee8f85e4fcb292ba604387fd27def896b697

  Message:
    Add --recursive option to mocha to run tests in sub directories

  Modified files:
    package.json

  Modified: package.json (+1 -1)
===================================================================
--- package.json    2013-07-21 17:58:28 +0900 (691ff68)
+++ package.json    2013-07-21 19:10:09 +0900 (88a5428)
@@ -30,7 +30,7 @@
   },
   "scripts": {
     "start": "./application.js",
-    "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter list --ui tdd --timeout 5s"
+    "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter list --ui tdd --timeout 5s --recursive"
   },
   "main": "index",
   "engines": {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index