Mathew Thompson

Results 3 comments of Mathew Thompson

I've been working on trying to get Jest to work with a project I'm working on. The problem I'm running into is that Jest has a problem finding globally defined...

@bryanleetc I ended up just mocking every module that my components rely upon. I tried following your blog guide, but none of the tests could get past the issue with...

I fixed the above issue by creating an Entity in a function. So, maybe I have an Entity called comment, I would create that entity in a function titled `getCommentEntity`....