From 9b5bb8a517a9635f17653f001a762cb9a629983e Mon Sep 17 00:00:00 2001 From: Jimson Montederamos Date: Thu, 31 Aug 2023 17:27:31 +1200 Subject: [PATCH] uncommented describe --- tests/carValueController.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/carValueController.spec.ts b/tests/carValueController.spec.ts index 02d7591..e210924 100644 --- a/tests/carValueController.spec.ts +++ b/tests/carValueController.spec.ts @@ -1,7 +1,7 @@ import { describe, it, expect } from "@jest/globals"; import { calculateCarValue } from "../src/services/carValueServices"; -// describe('Convert car model and year to a "Car Value"', () => { +describe('Convert car model and year to a "Car Value"', () => { // it("should calculate car value for valid input", () => { // // Arrange // const model = "Civic";