From 12de9197b8bdbe341c9ad30a2c38424184b2ce62 Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Fri, 24 Jan 2025 13:58:30 +0100 Subject: [PATCH] feat: lint fix --- webapp/cypress/e2e/spec.cy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/cypress/e2e/spec.cy.js b/webapp/cypress/e2e/spec.cy.js index 09d641703d..f7cbabd1c9 100644 --- a/webapp/cypress/e2e/spec.cy.js +++ b/webapp/cypress/e2e/spec.cy.js @@ -12,6 +12,8 @@ * This file is part of the Antares project. */ +import { describe, it } from "mocha"; + describe("template spec", () => { it("passes", () => { cy.visit("https://example.cypress.io");