Merge pull request #3283 from pocesar/chai

export expect
This commit is contained in:
Masahiro Wakame
2014-12-09 22:20:14 +09:00

4
chai/chai.d.ts vendored
View File

@@ -12,8 +12,8 @@ declare module chai {
stack: string;
}
function expect(target: any, message?: string): Expect;
export function expect(target: any, message?: string): Expect;
export var assert: Assert;
export var config: Config;