@types/karma-jsdom-launcher
TypeScript icon, indicating that this package has built-in type declarations

8.0.5 • Public • Published

Installation

npm install --save @types/karma-jsdom-launcher

Summary

This package contains type definitions for karma-jsdom-launcher (https://github.com/badeball/karma-jsdom-launcher#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-jsdom-launcher.

index.d.ts

import "karma";
import jsdom = require("jsdom");

declare module "karma" {
    interface ConfigOptions {
        /**
         * Launcher for jsdom configuration
         */
        jsdomLauncher?: JsdomLauncherOptions | undefined;
    }

    interface JsdomLauncherOptions {
        /**
         * You can pass options directly to jsdom as shown below.
         * See jsdom's own documentation for all supported options.
         */
        jsdom: jsdom.ConstructorOptions;
    }
}

Additional Details

Credits

These definitions were written by Piotr Błażejewicz (Peter Blazejewicz).

Dependents (0)

Package Sidebar

Install

npm i @types/karma-jsdom-launcher

Weekly Downloads

131

Version

8.0.5

License

MIT

Unpacked Size

3.85 kB

Total Files

5

Last publish

Collaborators

  • types