Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmno-dev/bumpy
/ bump-file-channels.test.ts
File
bump-file-channels.test.ts
packages/bumpy/test/core/bump-file-channels.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect } from
'bun:test'
;
2
import
{ mkdir, writeFile } from
'node:fs/promises'
;
3
import
{ existsSync } from
'node:fs'
;
4
import
{ resolve } from
'node:path'
;
Callers
nothing calls this directly
Calls
8
createTempGitRepo
Function · 0.90
readBumpFiles
Function · 0.90
cleanupTempDir
Function · 0.90
filterBranchBumpFiles
Function · 0.90
moveBumpFilesToChannel
Function · 0.90
gitInDir
Function · 0.90
recoverDeletedBumpFiles
Function · 0.90
writeBumpFileAt
Function · 0.85
Tested by
no test coverage detected