summaryrefslogtreecommitdiff
path: root/cypress/support/e2e.ts
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:25:29 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:25:29 +0100
commit2996a4d05d0ea2f8446e2a2a0383979ceec748ae (patch)
treeaeab360ac4c1aa14f50b638f9b799dad8df55ff8 /cypress/support/e2e.ts
parent115210bfd9a5ae7bb8b516ce0d2cf3d9042dead7 (diff)
Run Prettier on all files
Diffstat (limited to 'cypress/support/e2e.ts')
-rw-r--r--cypress/support/e2e.ts4
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')