Sem Bauke
Sem Bauke
This should hopefully be fixed when #49281 gets in.
not reproducible. Feel free to open this issue again if it occurs.
Sure I will take a look!
Awesome, @moT01. I am fine with merging this for now.
this seems to be in https://contribute.freecodecamp.org/#/how-to-work-on-coding-challenges?id=testing-challenges
@moT01 Can you add the new endpoint to the project board?
> Couldn't create a failing test because of the nature of the validation type, and we don't have validation in the old api as well. What does this mean? We...
We should test if the endpoint works correctly, also if the user is unauthenticated.
Yes we can move the unauthenticated test to for example`auth.test.ts` and check if the endpoint works correctly with some test data. edit: e.g. test if it returns a 200 on...