issues:
Invalid number
Invalid number and unit
All 16 unit tests are complete and passing.
All 5 functional tests are complete and passing.
i have tried all possible input from my own and chatgpt generated. all works fine in my site but why it’s not passing test. Any kind of help will be life saving for me!
It is a specific issue with this project’s tests and Glitch. If you use Replit it will pass. You can use your repo to create the Replit.
For the tests to pass you have to add the environment variable to the Secrets and you likely also have to add .keepOpen() after all the .request(server) calls in the test code.