From d186195cdfcc0158780eda775a5c2c1013d69fad Mon Sep 17 00:00:00 2001 From: Guy Even Date: Fri, 29 Jun 2018 16:50:10 +0300 Subject: [PATCH] fix(challenges): removed a test in basic javascript challenge removed a test looking for timesFive call and it is not clear from the instrucitons to do so ISSUES CLOSED: #73 --- .../basic-javascript.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json b/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json index bc7cce4c4..c9a833a2e 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json +++ b/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json @@ -3490,12 +3490,6 @@ "testString": "assert(typeof timesFive === 'function', 'timesFive should be a function');" }, - { - "text": - "function timesFive should be called with a number", - "testString": - "assert(code.match(/timesFive\\(\\s*\\d+\\s*\\)/g), 'function timesFive should be called with a number');" - }, { "text": "timesFive(5) should return 25", "testString":