/// /// /// import "karma"; declare module "karma" { interface ClientOptions { /** * chai config */ chai?: Partial | undefined; } } declare global { const should: Chai.Should; const expect: Chai.ExpectStatic; const assert: Chai.Assert; }