From 5ddce457e80fa88f768fb0a6a5fe0daad3463425 Mon Sep 17 00:00:00 2001 From: Charlie Fish Date: Sat, 31 Mar 2018 11:13:36 -0600 Subject: [PATCH] Code formatting --- browserstack.json | 124 +++++++++++++++++++++++----------------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/browserstack.json b/browserstack.json index 9a94d87..7818bff 100644 --- a/browserstack.json +++ b/browserstack.json @@ -1,65 +1,65 @@ { - "test_path": "browsertest/index.html", + "test_path": "browsertest/index.html", "test_framework": "mocha", - "browsers": [ - "chrome_latest", - "chrome_62", - "chrome_61", - "chrome_60", - "chrome_59", - "chrome_58", - "chrome_57", - "chrome_56", - "chrome_55", - "chrome_54", - "chrome_53", - "chrome_52", - "chrome_51", - "chrome_50", - "chrome_49", - "chrome_48", - "chrome_47", - - "firefox_latest", - "firefox_56", - "firefox_55", - "firefox_54", - "firefox_53", - "firefox_52", - "firefox_51", - "firefox_50", - "firefox_49", - "firefox_48", - "firefox_47", - "firefox_46", - "firefox_45", - "firefox_44", - "firefox_43", - "firefox_38", - - "ie_latest", - "ie_11", - "ie_10", - "ie_9", - - "edge_latest", - "edge_16", - "edge_15", - "edge_14", - - "opera_latest", - "opera_49", - "opera_48", - "opera_47", - "opera_46", - "opera_45", - "opera_36", - "opera_23", - - "safari_latest", - "safari_11", - "safari_10.1", - "safari_9.1", - "safari_8" - ] + "browsers": [ + "chrome_latest", + "chrome_62", + "chrome_61", + "chrome_60", + "chrome_59", + "chrome_58", + "chrome_57", + "chrome_56", + "chrome_55", + "chrome_54", + "chrome_53", + "chrome_52", + "chrome_51", + "chrome_50", + "chrome_49", + "chrome_48", + "chrome_47", + + "firefox_latest", + "firefox_56", + "firefox_55", + "firefox_54", + "firefox_53", + "firefox_52", + "firefox_51", + "firefox_50", + "firefox_49", + "firefox_48", + "firefox_47", + "firefox_46", + "firefox_45", + "firefox_44", + "firefox_43", + "firefox_38", + + "ie_latest", + "ie_11", + "ie_10", + "ie_9", + + "edge_latest", + "edge_16", + "edge_15", + "edge_14", + + "opera_latest", + "opera_49", + "opera_48", + "opera_47", + "opera_46", + "opera_45", + "opera_36", + "opera_23", + + "safari_latest", + "safari_11", + "safari_10.1", + "safari_9.1", + "safari_8" + ] } \ No newline at end of file