Skip to content

Commit

Permalink
Update lib/runnable.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Jan 4, 2025
1 parent 76a15de commit 840dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var MAX_TIMEOUT = Math.pow(2, 31) - 1;

module.exports = Runnable;

// Add "Additional properties" doc comment for hosted docs :)
// "Additional properties" doc comment added for hosted docs (mochajs.org/api)
/**
* Initialize a new `Runnable` with the given `title` and callback `fn`.
* Additional properties, like `getFullTitle()` and `slow()`, can be viewed in the `Runnable` source.
Expand Down

0 comments on commit 840dec8

Please sign in to comment.