From 432ff29a559bcbb32c396408d70ef7ef4447daba Mon Sep 17 00:00:00 2001 From: Kyle Holmberg Date: Sun, 23 Jun 2024 18:23:08 +0700 Subject: [PATCH] for good measure --- cypress/support/e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 79e579309..256590f6f 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -13,7 +13,7 @@ // https://on.cypress.io/configuration // *********************************************************** -import './commands'; +import './commands.ts'; import '@cypress/code-coverage/support'; // beforeEach(() => {