From fc04ecec6419a2695a789c68d2877aacd4c40680 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Date: Mon, 8 Dec 2014 21:20:21 -0200 Subject: [PATCH] export expect --- chai/chai.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chai/chai.d.ts b/chai/chai.d.ts index a2ef1379b..ff5526189 100644 --- a/chai/chai.d.ts +++ b/chai/chai.d.ts @@ -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;