mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
15 lines
351 B
Diff
15 lines
351 B
Diff
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;
|
|
+// }
|