Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Fission-AI/OpenSpec
/ shell-detection.test.ts
File
shell-detection.test.ts
test/utils/shell-detection.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach } from
'vitest'
;
2
import
{ detectShell, SupportedShell } from
'../../src/utils/shell-detection.js'
;
3
4
describe(
'shell-detection'
, () => {
Callers
nothing calls this directly
Calls
1
detectShell
Function · 0.85
Tested by
no test coverage detected