From e4e74c3b052537bfc5673d6577649d9053dd8417 Mon Sep 17 00:00:00 2001 From: Jonathan Baldie Date: Thu, 7 May 2026 20:45:10 +0100 Subject: [PATCH] chore: restore Cypress support newline --- client/cypress/support/component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cypress/support/component.js b/client/cypress/support/component.js index c430ee6e..a3dd58d9 100644 --- a/client/cypress/support/component.js +++ b/client/cypress/support/component.js @@ -35,4 +35,4 @@ Cypress.Commands.add('mount', (component, options = {}) => { }) // Example use: -// cy.mount(MyComponent) +// cy.mount(MyComponent) \ No newline at end of file