Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/tests / dist / jest / setupTestFrameworkScript.d.ts
Size: Mime:
export interface SetupOptions {
    shouldUseJsdom?: boolean;
    shouldUseExotic?: boolean;
    shouldUseEnzyme?: boolean;
    shouldUseReactTestingLibrary?: boolean;
    shouldUseTypeScript?: true;
    shouldUseSonarQube?: boolean;
    shouldUseStoryBook?: boolean;
    shouldExtendExpectWithDocumentObjectModel?: boolean;
    shouldUseRequestAnimationFrame?: boolean;
}
export declare const DEFAULT_OPTIONS: SetupOptions;
export declare function setupTestFrameworkScript(options: SetupOptions): void;