MCPcopy Create free account
hub / github.com/code-pushup/cli / getProfiler

Function getProfiler

packages/utils/src/lib/profiler/profiler.unit.test.ts:21–26  ·  view source on GitHub ↗
(overrides?: Partial<ProfilerOptions>)

Source from the content-addressed store, hash-verified

19
20describe('Profiler', () => {
21 const getProfiler = (overrides?: Partial<ProfilerOptions>) =>
22 new Profiler({
23 prefix: 'cp',
24 track: 'test-track',
25 ...overrides,
26 });
27
28 let profiler: Profiler<Record<string, ActionTrackEntryPayload>>;
29

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected