Skip to content

Instantly share code, notes, and snippets.

@jeremiegirault
jeremiegirault / README.md
Created December 13, 2017 11:53 — forked from boneskull/README.md
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