Merge pull request #15098 from charlesBak/fix/arrow-function-with-param

Add test to Arrow functions with input parameters
This commit is contained in:
Dylan 2017-07-16 21:21:27 -05:00 committed by GitHub
commit 190fa94c54

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"