UNPKG

@zendesk/laika

Version:

Test, mock, intercept and modify Apollo Client's operations — in both browser and unit tests!

10 lines (9 loc) 895 B
/** * See: [how to install in your project](how-to-install.md) * @packageDocumentation * @module @zendesk/laika */ export { createLazyLoadableLaikaLink } from './createLazyLoadableLaikaLink'; export { createLazyLoadableLink } from './createLazyLoadableLink'; export type { InterceptApi, Laika, LogApi } from './laika'; export type { Behavior, CreateLaikaLinkOptions, EventFilterFn, FetchResult, FetchResultSubscriptionObserver, InterceptorFn, ManInTheMiddleFn, Matcher, MatcherFn, MatcherObject, NextLink, OnSubscribe, OnSubscribeCallback, Operation, OperationObserverCallback, PassthroughDisableFn, PassthroughEnableFn, RecordingElement, RecordingElementWithFixtureData, RecordingElementWithFixtureMeta, RecordingMarker, RecordingPoint, RecordingPointWithFixtureData, RecordingPointWithFixtureMeta, Result, ResultFn, ResultOrFn, SubscribeMeta, Subscription, Variables, } from './typedefs';