fixed chai test

This commit is contained in:
Bart van der Schoor 2014-07-19 05:35:05 +02:00
parent dfab9f569d
commit d1f9d3fef5

View File

@ -772,7 +772,7 @@ function members() {
//tdd
declare function suite(description: string, action: Function):void;
declare function test(description: string, action: Function):void;
declare function err(action: any, msg?: string):void;
interface FieldObj {
field: any;
}