Skip to content

Instantly share code, notes, and snippets.

View ekkis's full-sized avatar

Erick Calder ekkis

View GitHub Profile
@boneskull
boneskull / README.md
Last active December 16, 2025 11:19
example of how to debug mocha v4 if hanging

Here's an example of how to debug Mocha v4 if it hangs.

Ensure you're using a Node.js 8 or newer (or any version with async_hooks support).

If you run your test, you'll notice it hangs:

$ mocha test.js