@types/karma-sinon-chai
TypeScript definitions for karma-sinon-chai
Last updated 4 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/karma-sinon-chai 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/karma-sinon-chai

Summary

This package contains type definitions for karma-sinon-chai (https://github.com/kmees/karma-sinon-chai).

Details

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

index.d.ts

// Type definitions for karma-sinon-chai 2.0
// Project: https://github.com/kmees/karma-sinon-chai
// Definitions by: Shenghao Lei <https://github.com/SevenOutman>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="chai" />
/// <reference types="sinon" />
/// <reference types="sinon-chai" />

import 'karma';

declare module 'karma' {
    interface ClientOptions {
        /**
         * chai config
         */
        chai?: Partial<Chai.Config> | undefined;
    }
}

declare global {
    const should: Chai.Should;
    const expect: Chai.ExpectStatic;
    const assert: Chai.Assert;
}

Additional Details

Credits

These definitions were written by Shenghao Lei.

Current Tags

  • 2.0.2                                ...           latest (4 years ago)
  • 2.0.1                                ...           ts3.6 (5 years ago)
  • 2.0.1                                ...           ts3.7 (5 years ago)
  • 2.0.2                                ...           ts3.8 (4 years ago)
  • 2.0.2                                ...           ts3.9 (4 years ago)
  • 2.0.2                                ...           ts4.0 (4 years ago)
  • 2.0.2                                ...           ts4.1 (4 years ago)
  • 2.0.2                                ...           ts4.2 (4 years ago)
  • 2.0.2                                ...           ts4.3 (4 years ago)
  • 2.0.2                                ...           ts4.4 (4 years ago)
  • 2.0.2                                ...           ts4.5 (4 years ago)
  • 2.0.2                                ...           ts4.6 (4 years ago)
  • 2.0.2                                ...           ts4.7 (4 years ago)
  • 2.0.2                                ...           ts4.8 (4 years ago)
  • 2.0.2                                ...           ts4.9 (4 years ago)

3 Versions

  • 2.0.2                                ...           4 years ago
  • 2.0.1                                ...           5 years ago
  • 2.0.0                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |