Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ env-ci.test.ts
File
env-ci.test.ts
common/src/__tests__/env-ci.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, afterEach } from
'bun:test'
2
3
import
{ getCiEnv, ciEnv, isCI } from
'../env-ci'
4
import
{ createTestCiEnv } from
'../testing-env-ci'
Callers
nothing calls this directly
Calls
4
getCiEnv
Function · 0.90
isCI
Function · 0.90
createTestCiEnv
Function · 0.90
afterEach
Function · 0.85
Tested by
no test coverage detected