From f1e1e8fb101c3869442ce4d9a987bc912082c493 Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Fri, 24 Jan 2025 14:01:54 +0100 Subject: [PATCH] feat: lint fix --- webapp/cypress/e2e/spec.cy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/cypress/e2e/spec.cy.js b/webapp/cypress/e2e/spec.cy.js index f7cbabd1c9..b3a59d7e4d 100644 --- a/webapp/cypress/e2e/spec.cy.js +++ b/webapp/cypress/e2e/spec.cy.js @@ -12,7 +12,8 @@ * This file is part of the Antares project. */ -import { describe, it } from "mocha"; +import { describe, it } from "cypress"; +import { cy } from "cypress"; describe("template spec", () => { it("passes", () => {