Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmno-dev/bumpy
/ package-manager.test.ts
File
package-manager.test.ts
packages/bumpy/test/utils/package-manager.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
{ mkdtemp, rm, writeFile } from
'node:fs/promises'
;
3
import
{ tmpdir } from
'node:os'
;
4
import
{ resolve } from
'node:path'
;
Callers
nothing calls this directly
Calls
8
parseCatalogs
Function · 0.90
diffCatalogMaps
Function · 0.90
isCatalogRefAffected
Function · 0.90
resolveCatalogDep
Function · 0.90
catalogYamlFile
Function · 0.90
detectWorkspaces
Function · 0.90
mapOf
Function · 0.85
withTempDir
Function · 0.85
Tested by
no test coverage detected