We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you place code that is hoisted, such as jest.mock() calls, underneath your tests, the stacktrace line numbers are off.
Issue raised in #239 - more details there.
Workaround is to place the mock calls before any actual test code.
This bug is considered low priority.