react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
6 lines (5 loc) • 390 B
TypeScript
import type * as d from '@stencil/core/internal';
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[];