4.0.5 • Published 2 years ago

@types/karma-jasmine v4.0.5

Weekly downloads
38,884
License
MIT
Repository
github
Last release
2 years 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

2 years ago

4.0.4

2 years ago

4.0.3

2 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.0

5 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

8 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.21-alpha

9 years ago

0.0.20-alpha

9 years ago

0.0.15-alpha

9 years ago

0.0.14-alpha

9 years ago