moved chai-assert into main chai definition

renamed chai-fuzzy-assert to chai-fuzzy
This commit is contained in:
Bart van der Schoor
2014-07-19 05:33:05 +02:00
parent 298b893f08
commit dfab9f569d
7 changed files with 741 additions and 791 deletions
@@ -3,7 +3,7 @@
// 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 {
interface Assert {
@@ -14,4 +14,4 @@ declare module chai {
jsonOf(act:any, exp:any, msg?:string);
notJsonOf(act:any, exp:any, msg?:string);
}
}
}