@honeybook/jest-stare
Version:
jest html reporter (results processor) to view HTML jest results, save raw JSON, and invoke multiple reporters
10 lines (9 loc) • 378 B
TypeScript
import { IJestStareConfig } from "./doc/IJestStareConfig";
import { EnvVarService } from "../utils/EnvVarService";
export declare class EnvVars {
private mEnvSrv;
static readonly ENV_PREFIX: string;
constructor(mEnvSrv?: EnvVarService);
read(): IJestStareConfig;
resolve(packageJsonConfig: IJestStareConfig, envConfig: IJestStareConfig): IJestStareConfig;
}