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