MCPcopy Index your code
hub / github.com/code-pushup/cli / ref

Function ref

packages/create-cli/src/lib/setup/codegen.unit.test.ts:347–352  ·  view source on GitHub ↗
(plugin: string, slug: string)

Source from the content-addressed store, hash-verified

345
346 it('should merge categories with same slug from different plugins', () => {
347 const ref = (plugin: string, slug: string) => ({
348 type: 'group' as const,
349 plugin,
350 slug,
351 weight: 1,
352 });
353 const source = generateConfigSource(
354 [
355 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected