Im using Jest to run unit tests on my application.
Is there a way I can get it to generate any sort of report file? I would like to integrate the report with Bamboo.
I am attempting to test a store using jest and it's not registering the AppDispatcher. The first commented line including jest.mock allowed the console.log to output an empty hash of { calls: [], instances: [] }. I don't want to explicitly call…
I'm trying to simulate click event of the DOM, but for some funny reason it just won't work.
Attaching the event to given a-element seems to be working, but clicking the element just keeps cursing at me.
Do I have something conceptually wrong in…
Occasionally I need to tweak my preprocessor.js to account for a new file type that shouldn't go through ReactTools.transform. I'd like to debug the calls to process to make sure I understand its arguments - however if I console.log within the…