Skip to content

Commit

Permalink
docs: Add missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparsson committed Feb 1, 2024
1 parent ebd06f4 commit 45e59f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_group.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TestGroup extends TestNode {
/**
* @protected
* @param {Function} counterFunction
* @returns
* @returns {number}
*/
_sumTestCaseCounts(counterFunction) {
var counts = _.map(this._children, counterFunction);
Expand Down

0 comments on commit 45e59f1

Please sign in to comment.