diff options
Diffstat (limited to 'cypress/support/e2e.ts')
-rw-r--r-- | cypress/support/e2e.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index f80f74f..6a173d6 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -14,7 +14,7 @@ // *********************************************************** // Import commands.js using ES2015 syntax: -import './commands' +import "./commands"; // Alternatively you can use CommonJS syntax: -// require('./commands')
\ No newline at end of file +// require('./commands') |