You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/09/06 00:15:21 UTC

[cordova-test-platform] branch master updated: Fix test script (#3)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-test-platform.git


The following commit(s) were added to refs/heads/master by this push:
     new fe9f4fb  Fix test script (#3)
fe9f4fb is described below

commit fe9f4fbcbdb1fe562408b79f6d6b2a67b84502fa
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Thu Sep 6 02:15:19 2018 +0200

    Fix test script (#3)
---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 78dba05..47e58da 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,7 @@
   "scripts": {
     "cover": "istanbul cover --root bin/templates/cordova --print detail jasmine",
     "jshint": "jshint src && jshint spec",
-    "jasmine": "jasmine --captureExceptions --color",
-    "test": "npm run jshint && npm run jasmine"
+    "test": "npm run jshint && jasmine"
   },
   "repository": {
     "type": "git",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org