Merge pull request #4521 from shadowfool/patch-1
Fix Convert JSON to HTML test to forEach
This commit is contained in:
@ -174,7 +174,7 @@
|
||||
"<code>});</code>"
|
||||
],
|
||||
"tests": [
|
||||
"assert(editor.match(/json\\.map/gi), 'The message box should have something in it.')"
|
||||
"assert(editor.match(/json\\.forEach/gi), 'The message box should have something in it.')"
|
||||
],
|
||||
"challengeSeed": [
|
||||
"fccss",
|
||||
|
Reference in New Issue
Block a user