From 3b34b0a3bbb68aea1da5e8dddc53335261809c0c Mon Sep 17 00:00:00 2001 From: minbo Date: Sun, 25 Aug 2024 12:25:21 +0900 Subject: [PATCH] =?UTF-8?q?test:=20triple-slash=20directives=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/cypress/support/commands.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/cypress/support/commands.ts b/frontend/cypress/support/commands.ts index a385fea8..6fae91b5 100644 --- a/frontend/cypress/support/commands.ts +++ b/frontend/cypress/support/commands.ts @@ -1,3 +1,5 @@ +/// + declare namespace Cypress { interface Chainable { goSecondPersonalInformation(): Chainable;