UNPKG

jest-allure2-reporter

Version:
28 lines (24 loc) 634 B
import realm from '../realms'; import type { AllureRuntime } from '../runtime'; export * from './annotations'; export * from './decorators'; export const allure = realm.runtime as AllureRuntime; export type { AllureRuntime, AllureRuntimePluginCallback, AllureRuntimePluginContext, AttachmentContent, AttachmentHandler, AttachmentHandlerResult, AttachmentOptions, ContentAttachmentContext, ContentAttachmentHandler, ContentAttachmentOptions, FileAttachmentContext, FileAttachmentHandler, FileAttachmentOptions, MIMEInferer, MIMEInfererContext, ParameterOptions, UserParameter, } from '../runtime';