Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ test, expect, describe } from
'bun:test'
;
2
import
{ DependencyGraph } from
'../../src/core/dep-graph.ts'
;
3
import
{ makePkg } from
'../helpers.ts'
;
4
Callers
nothing calls this directly
Calls
3
makePkg
Function · 0.90
getDependents
Method · 0.80
topologicalSort
Method · 0.80
Tested by
no test coverage detected