ignacio-chiazzo / Algorithms-Leetcode-Javascript

Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
MIT License
608 stars 88 forks source link

Add function to count and find problems with missing tests #96

Open raiman264 opened 2 days ago

raiman264 commented 2 days ago

What was added

An output to the console when you run all the tests so you can see how many problems are there and if there is any missing Test

Thanks to this I figured out that 2 of the test files had wrong naming

example output:

Screenshot 2024-10-11 at 9 06 21 p m

Checklist before requesting a review

Check the guide and this PR example.