UNPKG

jest-allure2-reporter

Version:
27 lines (23 loc) 607 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, AttachmentOptions, ContentAttachmentContext, ContentAttachmentHandler, ContentAttachmentOptions, FileAttachmentContext, FileAttachmentHandler, FileAttachmentOptions, MIMEInferer, MIMEInfererContext, ParameterOptions, UserParameter, } from '../runtime';