UNPKG

allure-js-commons

Version:
5 lines (4 loc) 283 B
import type { TestRuntime } from "./types.js"; export declare const setGlobalTestRuntime: (runtime: TestRuntime) => void; export declare const getGlobalTestRuntime: () => TestRuntime; export declare const getGlobalTestRuntimeWithAutoconfig: () => TestRuntime | Promise<TestRuntime>;