Add test to Arrow functions with input parameters

pull/18182/head
Charles Bakar 2017-05-28 18:50:29 +02:00
parent 51ae1a4c2b
commit f53e759e23
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
"tests": [ "tests": [
"// Test user did replace var keyword", "// Test user did replace var keyword",
"// Test myConcat is const", "// 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 myConcat() returns the correct array",
"// Test function keyword was not used", "// Test function keyword was not used",
"// Test arrow => was used" "// Test arrow => was used"