UNPKG

allure-jest

Version:
4 lines (3 loc) 179 B
import type { JestEnvironment } from "@jest/environment"; declare const createJestEnvironment: <T extends typeof JestEnvironment>(Base: T) => T; export { createJestEnvironment };