Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit ff26697

Browse files
gforce2k5raisedadead
authored andcommitted
fix(challenges): removed a test in basic javascript challenge (#76)
removed a test looking for timesFive call and it is not clear from the instrucitons to do so ISSUES CLOSED: #73
1 parent ebf0399 commit ff26697

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,12 +3490,6 @@
34903490
"testString":
34913491
"assert(typeof timesFive === 'function', '<code>timesFive</code> should be a function');"
34923492
},
3493-
{
3494-
"text":
3495-
"function <code>timesFive</code> should be called with a number",
3496-
"testString":
3497-
"assert(code.match(/timesFive\\(\\s*\\d+\\s*\\)/g), 'function <code>timesFive</code> should be called with a number');"
3498-
},
34993493
{
35003494
"text": "<code>timesFive(5)</code> should return <code>25</code>",
35013495
"testString":

0 commit comments

Comments
 (0)