Indent me

This commit is contained in:
Alexander Cerutti
2021-02-05 08:13:22 +01:00
parent d017a38ac9
commit b51b7591bf
4 changed files with 70 additions and 66 deletions

View File

@@ -16,11 +16,13 @@
"latitude": 37.33182 "latitude": 37.33182
} }
], ],
"barcodes": [{ "barcodes": [
{
"message": "123456789", "message": "123456789",
"format": "PKBarcodeFormatQR", "format": "PKBarcodeFormatQR",
"messageEncoding": "iso-8859-1" "messageEncoding": "iso-8859-1"
}], }
],
"barcode": { "barcode": {
"message": "123456789", "message": "123456789",
"format": "PKBarcodeFormatQR", "format": "PKBarcodeFormatQR",

View File

@@ -1,6 +1,8 @@
{ {
"spec_dir": "spec", "spec_dir": "spec",
"spec_files": [ "**/index.js" ], "spec_files": [
"**/index.js"
],
"stopSpecOnExpectationFailure": false, "stopSpecOnExpectationFailure": false,
"random": true "random": true
} }