This is an automated email from the ASF dual-hosted git repository.
janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git
The following commit(s) were added to refs/heads/master by this push:
new 00277c6 CB-13799 updated npm test for cordova-windows
00277c6 is described below
commit 00277c65ea54163c57a495f4fc51475996be66cb
Author: Jan Piotrowski <[email protected]>
AuthorDate: Sun Jan 21 17:22:08 2018 +0100
CB-13799 updated npm test for cordova-windows
similar to
https://github.com/apache/cordova-cli/commit/3963506ef044f277aeb4e1b52d799415ca3deab7
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 0a98e28..3aab4b8 100644
--- a/package.json
+++ b/package.json
@@ -18,8 +18,8 @@
],
"scripts": {
"test": "npm run eslint && npm run test-unit && npm run test-e2e",
- "test-unit": "jasmine --captureExceptions ",
- "test-e2e": "jasmine --captureExceptions spec/e2e/endtoend.spec.js",
+ "test-unit": "jasmine",
+ "test-e2e": "jasmine spec/e2e/endtoend.spec.js",
"cover": "istanbul cover --root bin/templates/cordova --print detail
jasmine",
"eslint": "eslint bin && eslint template && eslint spec"
},
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]