UNPKG

405 BTypeScriptView Raw
1// Type definitions for karma-chai 0.1
2// Project: http://xdissent.github.io/karma-chai
3// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 3.0
6
7import chai = require('chai');
8
9declare global {
10 var assert: Chai.AssertStatic;
11 var expect: Chai.ExpectStatic;
12 var should: Chai.Should;
13}