From dad81a188a5cfac1719a3c037cb4ec250cf48981 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:52:05 +0100 Subject: [PATCH] chore: remove CommonJS comment from cypress/support/e2e.js --- cypress/support/e2e.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/cypress/support/e2e.js b/cypress/support/e2e.js index d1dd1353e..92e5881f4 100644 --- a/cypress/support/e2e.js +++ b/cypress/support/e2e.js @@ -15,6 +15,3 @@ // Import commands.js using ES2015 syntax: import './commands' - -// Alternatively you can use CommonJS syntax: -// require('./commands')