MCPcopy
hub / github.com/webpack/webpack / getNumberOfTests

Function getNumberOfTests

test/helpers/createLazyTestEnv.js:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 globalTimeout = time;
109 },
110 getNumberOfTests() {
111 return numberOfTests;
112 },
113 it(/** @type {unknown[]} */ ...args) {
114 numberOfTests++;
115 if (runTests >= numberOfTests) throw new Error("it called too late");

Callers 3

onCompiledFunction · 0.85
onCompiledFunction · 0.85
describeCasesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected