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

4.0.5 • Public • Published

Installation

npm install --save @types/karma-jasmine

Summary

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

Details

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

index.d.ts

/// <reference types="jasmine" />

import karma = require("karma");

declare module "karma" {
    interface ClientOptions {
        jasmine?:
            | (jasmine.Configuration & {
                /** @deprecated undocumented to be removed */
                timeoutInterval?: number | undefined;
            })
            | undefined;
        /**
         * run a subset of the full set of specs.
         * Complete sharding support needs to be done in the process that calls karma,
         * and would need to support test result integration across shards.
         * See {@link https://github.com/karma-runner/karma-jasmine#sharding}
         */
        shardIndex?: number | undefined;
        /**
         * run a subset of the full set of specs.
         * Complete sharding support needs to be done in the process that calls karma,
         * and would need to support test result integration across shards.
         * See {@link https://github.com/karma-runner/karma-jasmine#sharding}
         */
        totalShards?: number | undefined;
    }
}

Additional Details

Credits

These definitions were written by Michel Salib, and Piotr Błażejewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/karma-jasmine

Weekly Downloads

42,957

Version

4.0.5

License

MIT

Unpacked Size

5.12 kB

Total Files

5

Last publish

Collaborators

  • types