Problem testing convex function with convex-test.
I'm using ents to handle my db logic.
8 Replies
Is this something that was working before, is it a regression? Or has this never worked?
Also what's not working here, the test or the implementation?
Hello, only the test is not working, the implementation is working fine
I just copied the code in the documentation and replace it with my own function that I know is working to test the water.
`
And this is my code:
Please let me know if you need anything else @ballingt
This looks like a bug in https://github.com/get-convex/convex-test, could you open an issue there? It may not be until next week that this gets fixed.
specifically https://github.com/get-convex/convex-test/blob/de3affc4292f286e67963ad6df4c39d552f40588/index.ts#L256
@ballingt , I can't seem to access those links, I get 404
I think the repo is private
ah thanks, sorry about that!
this is very new
I'll file this, bet it gets fixed next week.
I would just make it public but I didn't write it so want to confirm with the folks that did
Ok thank you, let me know if you get any news about that. I'll just test my function manually for now.
This particular issue has been fixed, please upgrade to latest version of
convex-test
@Michal Srb Thank you !