Skip to content

Commit

Permalink
Remove the bit in the docs about (unnamed test)
Browse files Browse the repository at this point in the history
This was a breaking change in v11.
  • Loading branch information
isaacs committed May 24, 2019
1 parent 1b92d54 commit 51772bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If the function is omitted, then it will be marked as a "todo" or

If the function has a name, and no name is provided, then the function
name will be used as the test name. If no test name is provided, then
the name will be `(unnamed test)`.
the name will be the empty string `''`.

The function gets a Test object as its only argument. From there, you
can call the `t.end()` method on that object to end the test, or use
Expand Down

0 comments on commit 51772bb

Please sign in to comment.