From d4d37e593068b9478d33c7307a00611721ff159b Mon Sep 17 00:00:00 2001 From: shelly_goldblit Date: Sun, 31 Dec 2023 17:39:07 +0200 Subject: [PATCH] lint i guess --- cypress/e2e/history.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/history.cy.ts b/cypress/e2e/history.cy.ts index 2dbe3f4a..7a16b62f 100644 --- a/cypress/e2e/history.cy.ts +++ b/cypress/e2e/history.cy.ts @@ -1,7 +1,7 @@ import { MaputnikDriver } from "./maputnik-driver"; describe("history", () => { - let { beforeAndAfter, when, get, should, then } = new MaputnikDriver(); + let { beforeAndAfter, when, get, should } = new MaputnikDriver(); beforeAndAfter(); let undoKeyCombo: string;