Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fission-AI/OpenSpec
/ init.test.ts
File
init.test.ts
test/core/init.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach, vi } from
'vitest'
;
2
import
{ promises as fs } from
'fs'
;
3
import
path from
'path'
;
4
import
os from
'os'
;
Callers
nothing calls this directly
Calls
7
directoryExists
Function · 0.85
saveGlobalConfig
Function · 0.85
getGlobalConfig
Function · 0.85
readFile
Method · 0.80
writeFile
Method · 0.80
fileExists
Function · 0.70
execute
Method · 0.45
Tested by
no test coverage detected