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
5 changes: 5 additions & 0 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,11 @@ should not be in scope when `listener.ongc()` is created.
The `tick` module provides a helper function that can be used to call a callback
after a given number of event loop "ticks".

Comment thread
addaleax marked this conversation as resolved.
### tick(x, cb)

Comment thread
lundibundi marked this conversation as resolved.
* `x` [<number>] Number of event loop "ticks".
* `cb` [<Function>] A callback function.

## tmpdir Module

The `tmpdir` module supports the use of a temporary directory for testing.
Expand Down