I fixed the issue that the test function were written in illegal javascript syntax, because of this the abstract syntax tree could not parse them meaning the tests would always fail.
Fixes: #
Quick description of your approach:
I updated the all of the tests in a new repo called testRepo
Checklist before requesting a review:
[x] Remove all uneccessary debug print statements
[ ] Make sure all tests pass
[x] Make sure there are enough comments to understand your code
What issue did you fix?
I fixed the issue that the test function were written in illegal javascript syntax, because of this the abstract syntax tree could not parse them meaning the tests would always fail.
Fixes: #
Quick description of your approach:
I updated the all of the tests in a new repo called testRepo
Checklist before requesting a review: