export expect

This commit is contained in:
Paulo Cesar
2014-12-08 21:20:21 -02:00
parent 72f8dbc007
commit fc04ecec64
+2 -2
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;