MCPcopy 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

1import { describe, test, expect, beforeEach, afterEach, mock, spyOn } from 'bun:test'
2import type { SpawnSyncReturns } from 'child_process'
3import fs from 'fs'
4import os from 'os'

Callers

nothing calls this directly

Calls 6

findEnvrcDirectoryFunction · 0.90
isDirenvAvailableFunction · 0.90
getDirenvExportFunction · 0.90
initializeDirenvFunction · 0.90
beforeEachFunction · 0.85
afterEachFunction · 0.85

Tested by

no test coverage detected