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 }); });