Add test to Arrow functions with input parameters
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user