@types/karma-jasmine-html-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.7.3 • Public • Published

Installation

npm install --save @types/karma-jasmine-html-reporter

Summary

This package contains type definitions for karma-jasmine-html-reporter (https://github.com/dfederm/karma-jasmine-html-reporter#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-jasmine-html-reporter.

index.d.ts

import "karma";

declare module "karma" {
    interface ConfigOptions {
        /**
         * In combination with multiple reporters you may want to disable failed messages
         * because it's already handled by another reporter
         * See {@link https://github.com/dfederm/karma-jasmine-html-reporter#with-options}
         */
        jasmineHtmlReporter?: JasmineHtmlReporterOptions | undefined;
    }
    interface JasmineHtmlReporterOptions {
        /**
         * Suppress all messages (overrides other suppress settings)
         */
        suppressAll?: boolean | undefined;
        /** Suppress failed messages */
        suppressFailed?: boolean | undefined;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:38 GMT
  • Dependencies: @types/karma

Credits

These definitions were written by Piotr Błażejewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/karma-jasmine-html-reporter

Weekly Downloads

32,047

Version

1.7.3

License

MIT

Unpacked Size

4.19 kB

Total Files

5

Last publish

Collaborators

  • types