MCPcopy
hub / github.com/garrytan/gstack / config.test.ts

File config.test.ts

browse/test/config.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect } from 'bun:test';
2import { resolveConfig, ensureStateDir, readVersionHash, getGitRoot, getRemoteSlug, resolveGstackHome, resolveChromiumProfile, cleanSingletonLocks } from '../src/config';
3import * as fs from 'fs';
4import * as path from 'path';

Callers

nothing calls this directly

Calls 14

getGitRootFunction · 0.90
resolveConfigFunction · 0.90
ensureStateDirFunction · 0.90
getRemoteSlugFunction · 0.90
readVersionHashFunction · 0.90
resolveGstackHomeFunction · 0.90
resolveChromiumProfileFunction · 0.90
cleanSingletonLocksFunction · 0.90
resolveServerScriptFunction · 0.85
resolveNodeServerScriptFunction · 0.85
isServerHealthyFunction · 0.85
endMethod · 0.80

Tested by

no test coverage detected