MCPcopy
hub / github.com/Fission-AI/OpenSpec / setup

Function setup

vitest.setup.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3// Ensure the CLI bundle exists before tests execute
4export async function setup() {
5 await ensureCliBuilt();
6}
7
8// Global teardown to ensure clean exit
9export async function teardown() {

Callers

nothing calls this directly

Calls 1

ensureCliBuiltFunction · 0.85

Tested by

no test coverage detected