Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master'

This commit is contained in:
stephenjelfs
2015-12-11 08:52:24 +01:00

2
chai/chai.d.ts vendored
View File

@@ -19,7 +19,7 @@ declare module Chai {
use(fn: (chai: any, utils: any) => void): any;
assert: AssertStatic;
config: Config;
AssertionError: AssertionError;
AssertionError: typeof AssertionError;
}
export interface ExpectStatic extends AssertionStatic {