Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ env.test.ts
File
env.test.ts
sdk/src/__tests__/env.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
{ getChatGptOAuthTokenFromEnv, getSdkEnv } from
'../env'
4
import
{ createTestSdkEnv } from
'../testing/env'
Callers
nothing calls this directly
Calls
4
getSdkEnv
Function · 0.90
createTestSdkEnv
Function · 0.90
getChatGptOAuthTokenFromEnv
Function · 0.90
afterEach
Function · 0.85
Tested by
no test coverage detected