From ecf50af040415b3bd21416777c5167adc34c3bbf Mon Sep 17 00:00:00 2001 From: Catalin Oancea Date: Tue, 17 Dec 2024 09:11:41 +0200 Subject: [PATCH] Log response --- .../integration/custom-projects/custom-projects-create.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/test/integration/custom-projects/custom-projects-create.spec.ts b/api/test/integration/custom-projects/custom-projects-create.spec.ts index c532783f..9d1b9249 100644 --- a/api/test/integration/custom-projects/custom-projects-create.spec.ts +++ b/api/test/integration/custom-projects/custom-projects-create.spec.ts @@ -66,7 +66,7 @@ describe('Create Custom Projects - Setup', () => { projectLength: 20, }, }); - // console.log(response); + console.log(response); // TODO: Write tests for cost calculations }); });