Skip to content

Commit

Permalink
Update lib/mocha.js
Browse files Browse the repository at this point in the history
improve format

Co-authored-by: Josh Goldberg ✨ <[email protected]>
  • Loading branch information
TG199 and JoshuaKGoldberg authored Jan 3, 2025
1 parent bc63cb0 commit f0d9524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ Mocha.prototype.failZero = function (failZero) {
* @return {Mocha} this
* @chainable
*/
Mocha.prototype.passOnFailingTestSuite = function (passOnFailingTestSuite) {
Mocha.prototype.passOnFailingTestSuite = function(passOnFailingTestSuite) {
this.options.passOnFailingTestSuite = passOnFailingTestSuite === true;
return this;
};
Expand Down

0 comments on commit f0d9524

Please sign in to comment.