From a7ce233791d49c22c6e6a208d535a56fc06ac259 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 10 Sep 2024 16:40:21 -0400 Subject: [PATCH] Remove unused imports Signed-off-by: Craig Perkins --- cypress/utils/commands.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/utils/commands.js b/cypress/utils/commands.js index 89244bc8b..619fc8704 100644 --- a/cypress/utils/commands.js +++ b/cypress/utils/commands.js @@ -4,8 +4,6 @@ */ import { BASE_PATH, IM_API } from "./constants"; -const fs = require("fs"); -const path = require("path"); export const ADMIN_AUTH = { username: Cypress.env("username"),