Skip to content

Commit

Permalink
Updated chai-fuzzy definition
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 11, 2015
1 parent 099c6f4 commit 426ad5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions typings/DefinitelyTyped/chai-fuzzy/chai-fuzzy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
///<reference path="../chai/chai.d.ts" />

declare module chai {
interface LanguageChains {
like(exp:any, msg?:string);
notLike(exp:any, msg?:string);
containOneLike(exp:any, msg?:string);
notContainOneLike(exp:any, msg?:string);
jsonOf(exp:any, msg?:string);
notJsonOf(exp:any, msg?:string);
}

interface Assert {
like(act:any, exp:any, msg?:string);
notLike(act:any, exp:any, msg?:string);
Expand Down

0 comments on commit 426ad5f

Please sign in to comment.