Hello freeCodeCamp Team!
Are the tests working correctly for the URL Shortener project? I put in my project URLs from Glitch and GitHub before my project is finished just to learn about the test cases, and somehow I passed even though it is definitely not meeting the requirements. I haven’t even started coding two of the requirements - returning a shortened URL and redirecting when the shortened URL is visited.
It doesn’t seem like the tests are even hitting my server as I’m logging requests to the console, but don’t see any being logged from the freeCodeCamp tests.
Solution: https://tmonks-urlshortener.glitch.me
GitHub: https://github.com/tmonks/fcc-urlshortener
Thanks,
Tom Monks