Repository: incubator-weex
Updated Branches:
  refs/heads/master bde712e82 -> db250a529


* [test] fix the unit test script of weex-js-runtime


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/db250a52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/db250a52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/db250a52

Branch: refs/heads/master
Commit: db250a529d6721b863a77e557c02161f725f1e78
Parents: bde712e
Author: Hanks <[email protected]>
Authored: Fri Nov 10 17:58:50 2017 +0800
Committer: Hanks <[email protected]>
Committed: Fri Nov 10 17:58:50 2017 +0800

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/db250a52/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 766310d..0460403 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,7 @@
     "flow": "flow check",
     "test:case": "mocha --require reify html5/test/case/tester.js",
     "test:vue": "webpack --config build/webpack.test.web.config.js && karma 
start build/karma.vue.conf.js",
-    "test:unit": "mocha --require reify html5/test/unit/",
+    "test:unit": "mocha --require reify html5/test/unit/**/*",
     "test": "npm run lint && npm run test:unit && npm run test:case && npm run 
test:vue",
     "test:cover-html": "babel-istanbul cover --report html 
node_modules/mocha/bin/_mocha -- --require reify --reporter dot 
html5/test/unit/ && open coverage/index.html",
     "test:cover": "babel-istanbul cover --report text 
node_modules/mocha/bin/_mocha -- --require reify --reporter dot 
html5/test/unit/",

Reply via email to