Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mnexa-AI/e2a
/ config-cmd.test.ts
File
config-cmd.test.ts
cli/src/__tests__/config-cmd.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach, afterEach } from
"vitest"
;
2
3
vi.mock(
"../config.js"
, () => ({
4
loadConfig: vi.fn(() => ({
Callers
nothing calls this directly
Calls
1
config
Function · 0.50
Tested by
no test coverage detected