Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
updated chai typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartvds committed Jul 22, 2014
1 parent df38516 commit ddbb105
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 141 deletions.
3 changes: 3 additions & 0 deletions tsd.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
},
"type-detect/type-detect.d.ts": {
"commit": "47ebd394626861a9d492a7eac1f6aca96df6dfc1"
},
"chai/chai.d.ts": {
"commit": "5a8f9e312f3db37b8efc4dcdd1de204f60e67eb1"
}
}
}
4 changes: 2 additions & 2 deletions typings/chai/chai-as-promised-assert.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

///<reference path="../chai/chai-assert.d.ts" />
///<reference path="../chai/chai.d.ts" />

declare module Chai {
declare module chai {
export interface Assert {
isFulfilled(promise:any, msg?:string):any;

Expand Down
132 changes: 0 additions & 132 deletions typings/chai/chai-assert.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions typings/chai/chai-fs-assert.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

///<reference path="../chai/chai-assert.d.ts" />
///<reference path="../chai/chai.d.ts" />

declare module Chai {
declare module chai {
export interface Assert {
basename(path:string, name:string, msg?:string):void;
notBasename(path:string, name:string, msg?:string):void;
Expand Down
4 changes: 2 additions & 2 deletions typings/chai/chai-fuzzy-assert.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

///<reference path="../chai/chai-assert.d.ts" />
///<reference path="../chai/chai.d.ts" />

declare module Chai {
declare module chai {
export interface Assert {
like(act:any, exp:any, msg?:string):void;
notLike(act:any, exp:any, msg?:string):void;
Expand Down
4 changes: 2 additions & 2 deletions typings/chai/chai-shallow-deep-equal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

///<reference path="../chai/chai-assert.d.ts" />
///<reference path="../chai/chai.d.ts" />

declare module Chai {
declare module chai {
export interface Assert {
shallowDeepEqual(act:any, exp:any, msg?:string):void;
}
Expand Down
Loading

0 comments on commit ddbb105

Please sign in to comment.