Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
463
jasmine.HtmlReporterHelpers.addHelpers(jasmine.HtmlReporter.ReporterView);
Callers
1
jasmine-html.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected