diff --git a/index.d.ts b/index.d.ts index 9f5cb99cdc30c0ceee9c4bb2d866030cfe7b889e..7e231313ed85b703d70ec44778a96e7f3ff4f98e 100755 --- a/index.d.ts +++ b/index.d.ts @@ -1963,6 +1963,6 @@ declare module "chai" { export = chai; } -interface Object { - should: Chai.Assertion; -} +// interface Object { +// should: Chai.Assertion; +// }