Skip to content

Commit

Permalink
uncommented describe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimson Montederamos authored and Jimson Montederamos committed Aug 31, 2023
1 parent d1a3a25 commit 9b5bb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/carValueController.spec.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 9b5bb8a

Please sign in to comment.