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

fix(challenges): removed a test in basic javascript challenge #76

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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