Merge pull request #7575 from mshmelev/patch-2

Support TypeScript 1.7 modules
This commit is contained in:
Horiuchi_H
2016-01-12 17:22:31 +09:00
+1
View File
@@ -80,5 +80,6 @@ declare module Chai {
declare module "sinon-chai" {
function sinonChai(chai: any, utils: any): void;
namespace sinonChai { }
export = sinonChai;
}