knaxus/problem-solving-javascript

Add Unit Test for - check-binary-tree-subtree-another-binary-tree

TheSTL opened this issue ยท 6 comments

๐Ÿ‘ฝ What is required?

The algorithm is here : check-binary-tree-subtree-another-binary-tree

  • Follow the ESLint rules strictly
  • Follow the filename and folder structure strictly
  • Since the Contribution Guide is not ready yet, go through the codebase pattern and add tests accordingly

Thank You!

Hi, @TheSTL

I would like to work on this issue ๐Ÿ‘

Can I work on this issue?

sure

Can you help point me in the right direction of how to add the tests? Maybe another file which has other tests already written? Apologies, still very much a noob when it comes to unit testing.

@caseycling you can have a tour of the repository and you will get to know the format of both code and test files.

can i work on this issue