@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
6 lines (5 loc) • 381 B
TypeScript
import * as d from '../../declarations';
export declare function runJest(config: d.Config, env: d.E2EProcessEnv): Promise<boolean>;
export declare function createTestRunner(): any;
export declare function includeTestFile(testPath: string, env: d.E2EProcessEnv): boolean;
export declare function getEmulateConfigs(testing: d.TestingConfig, flags: d.ConfigFlags): d.EmulateConfig[];