diff --git a/cypress/cypress.json b/cypress/cypress.json index 16f0f0ddbb3..ce5115dca8a 100644 --- a/cypress/cypress.json +++ b/cypress/cypress.json @@ -8,7 +8,5 @@ "videosFolder": "videos", "viewportWidth": 1280, "viewportHeight": 720, - "blockHosts": [ - "source.unsplash.com" - ] -} \ No newline at end of file + "blockHosts": ["source.unsplash.com"] +} diff --git a/cypress/package.json b/cypress/package.json index 2217c31213b..83f4cb7891d 100644 --- a/cypress/package.json +++ b/cypress/package.json @@ -11,4 +11,4 @@ "cypress": "^5.1.0", "cypress-skip-and-only-ui": "^1.2.7" } -} \ No newline at end of file +}