Fix/Prefilter JSON

pull/18182/head
Stuart 2016-06-11 07:29:25 +01:00
parent 478997d3e8
commit 3b27888abd
1 changed files with 2 additions and 1 deletions

View File

@ -419,7 +419,8 @@
"</div>"
],
"tests": [
"assert(code.match(/filter/gi), 'message: You should be making use of the .filter method.');"
"assert(code.match(/json.filter\\(\\s*?function\\(/), 'message: You should be making use of the <code>.filter</code> method. ');",
"assert(code.match(/return\\s*?\\(\\s*?\\w+\\.id\\s*?!==\\s*?1\\s*?\\);/), 'message: Your function should only return images with a value <code>not equal to 1</code>. ');"
],
"type": "waypoint",
"challengeType": 0,