diff --git a/jasmine/jasmine.d.ts b/jasmine/jasmine.d.ts index 34e30cdd1d..e3f46ca179 100644 --- a/jasmine/jasmine.d.ts +++ b/jasmine/jasmine.d.ts @@ -45,6 +45,7 @@ declare module jasmine { function createSpyObj(baseName: string, methodNames: any[]): T; function pp(value: any): string; function getEnv(): Env; + function addMatchers(matchers: any): Any; interface Any {