I have completed all the tests but I still seem to not be allowed to pass due to some unknown error. I have also set NODE_ENV value to ‘test’ but it still doesn’t work. Please help me.
I think it is because you updated the dependencies and they are now using ESM modules. You can try updating the node version Glitch is using (I think V16 should work, but I didn’t test it).
Or downgrade back to the original versions of the dependencies in the starting boilerplate.
import fn from './lib/http.js';
^^
SyntaxError: Unexpected identifier