MCPcopy
hub / github.com/Fission-AI/OpenSpec / interactive.test.ts

File interactive.test.ts

test/utils/interactive.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from 'vitest';
2import { isInteractive, resolveNoInteractive, InteractiveOptions } from '../../src/utils/interactive.js';
3
4describe('interactive utilities', () => {

Callers

nothing calls this directly

Calls 2

resolveNoInteractiveFunction · 0.85
isInteractiveFunction · 0.85

Tested by

no test coverage detected