From e43a0edd92a800258c12d1d9b06f016a0224833b Mon Sep 17 00:00:00 2001 From: Jacob Boland Date: Wed, 23 Oct 2013 09:48:43 -0700 Subject: [PATCH] Add comment to describe new use function definition --- chai/chai.d.ts | 1 + 1 file changed, 1 insertion(+) 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 {