From 63036b8376807173b0bda11a036a35352e1452f9 Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Fri, 24 Jan 2025 14:19:20 +0100 Subject: [PATCH] feat: lint fix --- webapp/cypress/support/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/cypress/support/commands.js b/webapp/cypress/support/commands.js index f5a9f5c600..887ef3b67d 100644 --- a/webapp/cypress/support/commands.js +++ b/webapp/cypress/support/commands.js @@ -11,4 +11,5 @@ * * This file is part of the Antares project. */ + console.log("setup commands here");