Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update countdown docs to hint the change
  • Loading branch information
Bamieh committed Nov 23, 2017
commit 0d31fc322198b53ee52c8348513a15ff6d4c2878
3 changes: 2 additions & 1 deletion test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ Name of the temp directory used by tests.
The `Countdown` module provides a simple countdown mechanism for tests that
require a particular action to be taken after a given number of completed
tasks (for instance, shutting down an HTTP server after a specific number of
requests).
requests). Note that the _The Countdown will fail the test if its callback
is not executed_.

<!-- eslint-disable strict, required-modules -->
```js
Expand Down