fixd priliminary compiler errors

This commit is contained in:
Alex Ewerlöf
2015-11-23 19:00:25 +01:00
parent b51e822a32
commit fd48b8e7d1
+2 -2
View File
@@ -102,7 +102,7 @@ declare module jasmine {
toStartWith(subString: string, actual: string): boolean;
toThrowAnyError(throwerFn: (...any) => any): boolean;
toThrowErrorOfType(type: string, throwerFn: (...any) => any): boolean;
toThrowAnyError(throwerFn: () => any): boolean;
toThrowErrorOfType(type: string, throwerFn: () => any): boolean;
}
}