You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by fk...@apache.org on 2017/04/12 08:27:48 UTC

[05/17] incubator-weex git commit: * [html5] use single run for karma test.

* [html5] use single run for karma test.


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

Branch: refs/heads/0.11-dev
Commit: 747b70c8d41688910fab78cb91c4f1aaba50f3b2
Parents: 501cde2
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Apr 6 15:47:48 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Apr 6 15:47:48 2017 +0800

----------------------------------------------------------------------
 build/karma.vue.conf.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/747b70c8/build/karma.vue.conf.js
----------------------------------------------------------------------
diff --git a/build/karma.vue.conf.js b/build/karma.vue.conf.js
index c78b10a..e404212 100644
--- a/build/karma.vue.conf.js
+++ b/build/karma.vue.conf.js
@@ -55,8 +55,8 @@ module.exports = function (config) {
       '../html5/test/render/vue/data/**/*.js'
     ],
 
-    singleRun: false,
-    // singleRun: true,
+    // singleRun: false,
+    singleRun: true,
 
     reporters: ['mocha', 'coverage'],
     coverageReporter: {