Skip to content

Commit

Permalink
fix(challenges): removed a test in basic javascript challenge
Browse files Browse the repository at this point in the history
removed a test looking for timesFive call and it is not clear from the instrucitons to do so

ISSUES CLOSED: freeCodeCamp#73
  • Loading branch information
gforce2k5 authored and raisedadead committed Jun 29, 2018
1 parent ebf0399 commit 1fe1f0c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3490,12 +3490,6 @@
"testString":
"assert(typeof timesFive === 'function', '<code>timesFive</code> should be a function');"
},
{
"text":
"function <code>timesFive</code> should be called with a number",
"testString":
"assert(code.match(/timesFive\\(\\s*\\d+\\s*\\)/g), 'function <code>timesFive</code> should be called with a number');"
},
{
"text": "<code>timesFive(5)</code> should return <code>25</code>",
"testString":
Expand Down

0 comments on commit 1fe1f0c

Please sign in to comment.