From 07c2bb99409b1a82fe21a3be7a9fcbe457d0ceab Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Fri, 24 Jan 2025 14:06:24 +0100 Subject: [PATCH] feat: lint fix --- webapp/cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/cypress/support/commands.js b/webapp/cypress/support/commands.js index 6069d8a6f7..5c1a105b7c 100644 --- a/webapp/cypress/support/commands.js +++ b/webapp/cypress/support/commands.js @@ -11,4 +11,4 @@ * * This file is part of the Antares project. */ -// Commands here \ No newline at end of file +alert("setup commands here") \ No newline at end of file