Skip to content

Commit 00a8ba8

Browse files
committed
Add timeoutAfter to readme
1 parent 926122a commit 00a8ba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Generate a failing assertion with a message `msg`.
105105

106106
Generate a passing assertion with a message `msg`.
107107

108+
## t.timeoutAfter(ms)
109+
110+
Automatically timeout the test after X ms.
111+
108112
## t.skip(msg)
109113

110114
Generate an assertion that will be skipped over.

0 commit comments

Comments
 (0)