Repository URL to install this package:
|
Version:
5.0.0 ▾
|
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;