mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Addressed small PR feedback
Added back EOF endline; removed unnecessary parenthesis.
This commit is contained in:
4
types/chai/index.d.ts
vendored
4
types/chai/index.d.ts
vendored
@@ -18,7 +18,7 @@ declare namespace Chai {
|
||||
/**
|
||||
* Provides a way to extend the internals of Chai
|
||||
*/
|
||||
use(fn: (chai: (any), utils: any) => void): ChaiStatic;
|
||||
use(fn: (chai: any, utils: any) => void): ChaiStatic;
|
||||
assert: AssertStatic;
|
||||
config: Config;
|
||||
AssertionError: typeof AssertionError;
|
||||
@@ -1249,4 +1249,4 @@ declare module "chai" {
|
||||
|
||||
interface Object {
|
||||
should: Chai.Assertion;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user