Merge pull request #5814 from HoBi/fix/shopping-list-tests
Fix shopping list test
This commit is contained in:
@ -1766,9 +1766,6 @@
|
|||||||
" count = myList.length;",
|
" count = myList.length;",
|
||||||
" return JSON.stringify(myList);",
|
" return JSON.stringify(myList);",
|
||||||
" } else {",
|
" } else {",
|
||||||
" isArray = false;",
|
|
||||||
" hasString = false;",
|
|
||||||
" hasNumber = false;",
|
|
||||||
" return \"myList is not an array\";",
|
" return \"myList is not an array\";",
|
||||||
" }",
|
" }",
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user