Open Zuhaib042 opened 2 years ago
Hi @Daron976
Good job so far! You still need to work on some issues, but you are almost there!
babel
configurations filesconst {list} = require('../modules/functionality')
you got errors Cannot read properties of null
because you create another Dummy file in the __test__
file with a different function structure that has a parameters
not exist in the original file.functionality.js
files.Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you take them into account as they can make your code better.
Cheers and Happy coding!👏👏👏
Good job on testing your functions but there are some things that need to be addressed.