From 8c96eb988d5f2145cbf376096f3c6282a068d336 Mon Sep 17 00:00:00 2001
From: Isah Jacob <Isahjacob0@gmail.com>
Date: Mon, 31 Oct 2022 17:23:43 +0100
Subject: [PATCH] modified the test file. running test only on the first test
 case. the skip method remains on the rest

---
 07_tempConversion/tempConversion.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/07_tempConversion/tempConversion.spec.js b/07_tempConversion/tempConversion.spec.js
index 93679cc..c328cf9 100644
--- a/07_tempConversion/tempConversion.spec.js
+++ b/07_tempConversion/tempConversion.spec.js
@@ -13,7 +13,7 @@ describe('ftoc', () => {
 });
 
 describe('ctof', () => {
-  test.skip('works', () => {
+  test('works', () => {
     expect(ctof(0)).toEqual(32);
   });
   test.skip('rounds to 1 decimal', () => {