From 8a0d2e08a93fcfc847983e0355ca9d10fbed1925 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Sun, 10 Jan 2021 23:18:30 +0100 Subject: [PATCH] Attempt to jump a line --- cypress/_examples/files.spec.js | 1 + cypress/plugins/index.js | 1 + cypress/support/commands.js | 1 + cypress/support/index.js | 1 + 4 files changed, 4 insertions(+) diff --git a/cypress/_examples/files.spec.js b/cypress/_examples/files.spec.js index c1a9ab2f4..c6b438846 100644 --- a/cypress/_examples/files.spec.js +++ b/cypress/_examples/files.spec.js @@ -1,3 +1,4 @@ + /// /// JSON fixture file can be loaded directly using diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index b8fcf3f59..eeebb0cf3 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -1,3 +1,4 @@ + // This example plugins/index.js can be used to load plugins // // You can change the location of this file or turn off loading diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 30ec2f585..bc3a2ab69 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -1,3 +1,4 @@ + // This example commands.js shows you how to // create various custom commands and overwrite // existing commands. diff --git a/cypress/support/index.js b/cypress/support/index.js index 465be3710..67557b389 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -1,3 +1,4 @@ + // This example support/index.js is processed and // loaded automatically before your test files. //