MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / release-plan.test.ts

File release-plan.test.ts

packages/bumpy/test/core/release-plan.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { test, expect, describe } from 'bun:test';
2import { assembleReleasePlan } from '../../src/core/release-plan.ts';
3import { DependencyGraph } from '../../src/core/dep-graph.ts';
4import { makePkg, makeConfig } from '../helpers.ts';

Callers

nothing calls this directly

Calls 3

makePkgFunction · 0.90
assembleReleasePlanFunction · 0.90
makeConfigFunction · 0.90

Tested by

no test coverage detected