Skip to content

Commit

Permalink
Add timeoutAfter to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikNoren committed Jan 15, 2015
1 parent 926122a commit 00a8ba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ Generate a failing assertion with a message `msg`.

Generate a passing assertion with a message `msg`.

## t.timeoutAfter(ms)

Automatically timeout the test after X ms.

## t.skip(msg)

Generate an assertion that will be skipped over.
Expand Down

0 comments on commit 00a8ba8

Please sign in to comment.