Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmno-dev/bumpy
/ cwd.test.ts
File
cwd.test.ts
packages/bumpy/test/utils/cwd.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
{ extractCwdFlag, pullRequestTargetCwdError } from
'../../src/utils/cwd.ts'
;
3
4
describe(
'extractCwdFlag'
, () => {
Callers
nothing calls this directly
Calls
2
extractCwdFlag
Function · 0.90
pullRequestTargetCwdError
Function · 0.90
Tested by
no test coverage detected