You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/04 17:30:22 UTC

[cordova-lib] branch master updated: Cleanup indentation spacing in */jasmine.json (#742)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 217b1af  Cleanup indentation spacing in */jasmine.json (#742)
217b1af is described below

commit 217b1afa5e6abe776085527c2c78bead0e294923
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Dec 4 12:30:17 2018 -0500

    Cleanup indentation spacing in */jasmine.json (#742)
---
 integration-tests/jasmine.json | 4 ++--
 spec/jasmine.json              | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/integration-tests/jasmine.json b/integration-tests/jasmine.json
index 62b234a..8b20184 100644
--- a/integration-tests/jasmine.json
+++ b/integration-tests/jasmine.json
@@ -1,8 +1,8 @@
 {
     "spec_dir": "integration-tests",
     "spec_files": [
-    	"**/*[sS]pec.js",
-    	"**/*[sS]pec.js"
+        "**/*[sS]pec.js",
+        "**/*[sS]pec.js"
     ],
     "helpers": [
         "../spec/helpers.js",
diff --git a/spec/jasmine.json b/spec/jasmine.json
index b2a2d83..eff6928 100644
--- a/spec/jasmine.json
+++ b/spec/jasmine.json
@@ -1,11 +1,11 @@
 {
     "spec_dir": "spec",
     "spec_files": [
-    	"**/*[sS]pec.js"
+        "**/*[sS]pec.js"
     ],
     "helpers": [
-      "helpers.js",
-      "helper.js"
+        "helpers.js",
+        "helper.js"
     ],
     "stopSpecOnExpectationFailure": false,
     "random": false


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