Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ This function works similarly to `FOCUS()`, except instead of marking a block as

### describeFOCUS and describeSKIP
```
describeFOCUS(phrase: string)
describeSKIP(phrase: string)
describeFOCUS(phrase: string, callback(context: table))
describeSKIP(phrase: string, callback(context: table))
```

These methods are special versions of `describe` that automatically mark the `describe` block as *focused* or *skipped*.
Expand Down