MCPcopy
hub / github.com/parallel-js/parallel.js / specPluralizedFor

Function specPluralizedFor

test/jasmine/jasmine-html.js:454–460  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

452 }
453
454 function specPluralizedFor(count) {
455 let str = `${count} spec`;
456 if (count > 1) {
457 str += 's';
458 }
459 return str;
460 }
461};
462
463jasmine.HtmlReporterHelpers.addHelpers(jasmine.HtmlReporter.ReporterView);

Callers 1

jasmine-html.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected