4.0.5 • Published 6 months ago

@types/karma-jasmine v4.0.5

Weekly downloads
38,884
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for karma-jasmine 4.0
// Project: https://github.com/karma-runner/karma-jasmine#readme
// Definitions by: Michel Salib <https://github.com/michelsalib>
//                 Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <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.

4.0.5

6 months ago

4.0.4

7 months ago

4.0.3

8 months ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.0

4 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

7 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.20-alpha

8 years ago

0.0.15-alpha

8 years ago

0.0.14-alpha

8 years ago