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