jesusmsr
Results
2
comments of
jesusmsr
This happens to me also. This is my ajax function: ``` var request = $.ajax({ url: "../User/AjaxFindUser", type: "POST", data: "", dataType: "json", async: false }); ``` And this is...
I actually looked at that example before, but somehow missed that. My bad. I added that to my jest.config and one test passes, but I have two more tests in...