From b005f631bc2f7bd371547ef31a2baa041aa550ed Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Thu, 27 Jun 2024 00:45:27 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(tsconfig.json):=20rename=20curl?= =?UTF-8?q?=5Fapi=5Fgeneration.spec.ts=20to=20curlApiGeneration.spec.ts=20?= =?UTF-8?q?for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/tsconfig.json b/src/frontend/tsconfig.json index e0783a71a..eb6a8f098 100644 --- a/src/frontend/tsconfig.json +++ b/src/frontend/tsconfig.json @@ -25,7 +25,7 @@ "tests/end-to-end/chatInputOutput.spec.ts", "tests/end-to-end/chatInputOutputUser - Interact.spec.ts", "tests/end-to-end/codeAreaModalComponent.spec.ts", - "tests/end-to-end/curl_api_generation.spec.ts", + "tests/end-to-end/curlApiGeneration.spec.ts", "tests/end-to-end/deleteComponentFlows.spec.ts", "tests/end-to-end/dragAndDrop.spec.ts", "tests/end-to-end/dropdownComponent.spec.ts",