Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ init-direnv.test.ts
File
init-direnv.test.ts
cli/src/init/__tests__/init-direnv.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, beforeEach, afterEach, mock, spyOn } from
'bun:test'
2
import
type
{ SpawnSyncReturns } from
'child_process'
3
import
fs from
'fs'
4
import
os from
'os'
Callers
nothing calls this directly
Calls
6
findEnvrcDirectory
Function · 0.90
isDirenvAvailable
Function · 0.90
getDirenvExport
Function · 0.90
initializeDirenv
Function · 0.90
beforeEach
Function · 0.85
afterEach
Function · 0.85
Tested by
no test coverage detected