Add comment to describe new use function definition

This commit is contained in:
Jacob Boland
2013-10-23 09:48:43 -07:00
parent dd19153965
commit e43a0edd92
+1
View File
@@ -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 {