diff --git a/chai/chai.d.ts b/chai/chai.d.ts index 8e33f8590..9fc93a667 100644 --- a/chai/chai.d.ts +++ b/chai/chai.d.ts @@ -8,6 +8,7 @@ declare module chai { function expect(target: any): Expect; + // Provides a way to extend the internals of Chai function use(fn: (chai: any, utils: any) => void); interface ExpectStatic {