We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1471023 commit 3ad2267Copy full SHA for 3ad2267
test/common/README.md
@@ -750,6 +750,11 @@ should not be in scope when `listener.ongc()` is created.
750
The `tick` module provides a helper function that can be used to call a callback
751
after a given number of event loop "ticks".
752
753
+### tick(x, cb)
754
+
755
+* `x` [<number>] Number of event loop "ticks".
756
+* `cb` [<Function>] A callback function.
757
758
## tmpdir Module
759
760
The `tmpdir` module supports the use of a temporary directory for testing.
0 commit comments