CodeReviewerAi / CodeReviewerBackend

Enter a function into the userInput and see if you should merge the function or not.
1 stars 0 forks source link

Fix test #39

Closed johan-t closed 10 months ago

johan-t commented 10 months ago

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: