Add test to Arrow functions with input parameters

This commit is contained in:
Charles Bakar 2017-05-28 18:50:29 +02:00
parent 51ae1a4c2b
commit f53e759e23

View File

@ -230,7 +230,7 @@
"tests": [
"// Test user did replace var keyword",
"// Test myConcat is const",
"// Test myConcat is a function",
"assert(typeof myConcat === \"function\", 'message: <code>myConcat</code> should be a function');",
"// Test myConcat() returns the correct array",
"// Test function keyword was not used",
"// Test arrow => was used"