/** * Test fixtures for adapter development * * Provides utilities for creating test data without boilerplate. */ export { createTestSpec } from "./test-spec.js"; export { text, json, image, resource, createContentItem, type ContentType, } from "./content-item.js"; export { createMockDiscoveryCache } from "./discovery-cache.js"; //# sourceMappingURL=index.d.ts.map