UNPKG

@memberjunction/ng-ai-test-harness

Version:

MemberJunction AI Test Harness - A reusable component for testing AI agents and prompts with beautiful UX

7 lines 230 B
import { describe, it, expect } from 'vitest'; describe('@memberjunction/ng-ai-test-harness', () => { it('should have a passing test', () => { expect(true).toBe(true); }); }); //# sourceMappingURL=index.test.js.map