diff --git a/website/cypress/support/commands.ts b/website/cypress/support/commands.ts index 95857aea..2ed74fb3 100644 --- a/website/cypress/support/commands.ts +++ b/website/cypress/support/commands.ts @@ -35,3 +35,5 @@ // } // } // } + +export {}; diff --git a/website/cypress/support/component.ts b/website/cypress/support/component.ts index a39e2560..af2d7429 100644 --- a/website/cypress/support/component.ts +++ b/website/cypress/support/component.ts @@ -41,3 +41,5 @@ Cypress.Commands.add("mount", mount); // cy.mount() compareSnapshotCommand(); + +export {}; diff --git a/website/cypress/support/e2e.ts b/website/cypress/support/e2e.ts index ccfa0fb9..4c9b7b84 100644 --- a/website/cypress/support/e2e.ts +++ b/website/cypress/support/e2e.ts @@ -20,3 +20,5 @@ compareSnapshotCommand(); // Alternatively you can use CommonJS syntax: // require('./commands') + +export {};