UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

10 lines (9 loc) 459 B
import type * as d from '@stencil/core/internal'; export declare function runJest(config: d.Config, env: d.E2EProcessEnv): Promise<boolean>; /** * Creates a Stencil test runner * @returns the test runner */ 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[];