MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / dep-graph.test.ts

File dep-graph.test.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

makePkgFunction · 0.90
getDependentsMethod · 0.80
topologicalSortMethod · 0.80

Tested by

no test coverage detected