Relative Content

Tag Archive for reactjsreact-testing-library

Invocation of mocked function isn’t registered properly

I have the problem that a mocked function (from jest.fn()) is invoced but that invocation isn’t registered. I found other ppl. having the same problem when they’re forgot to await a async call, but I don’t really see how that applies in my case.