ava: Print pending tests when interrupting AVA, or after a timeout

Issuehunt badges

If you interrupt AVA (Ctrl+C/SIGTERM) while tests are still pending, AVA should print those tests before exiting. Similarly it should print pending tests when --timeout is reached.

This should help debug which tests are taking too long.

Related to #171.

dflupu earned $80.00 by resolving this issue!

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 23
  • Comments: 20 (13 by maintainers)

Commits related to this issue

Most upvoted comments

Would be really useful to use why-is-node-running to also show why tests are still pending.

Just curious, has there been any movement on this issue?

cc: @novemberborn