MCPcopy Create free account
hub / github.com/firebase/firebase-tools / pluralizeTests

Function pluralizeTests

src/apptesting/parseTestFiles.ts:139–141  ·  view source on GitHub ↗
(numTests: number)

Source from the content-addressed store, hash-verified

137}
138
139export function pluralizeTests(numTests: number) {
140 return `${numTests} test${numTests === 1 ? "" : "s"}`;
141}
142
143function toTestCaseInvocation(
144 testDef: any,

Callers 2

apptesting.tsFile · 0.90
parseTestFilesRecursiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…