UNPKG

allure-jest

Version:
4 lines (3 loc) 188 B
type JestEnvironmentConstructor = new (...args: any[]) => any; declare const createJestEnvironment: <T extends JestEnvironmentConstructor>(Base: T) => T; export { createJestEnvironment };