diff --git a/index.d.ts b/index.d.ts index d60a36a..d78c6cd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -10,7 +10,7 @@ type DiffOptions = { } declare namespace jest { - interface Matchers { + interface Matchers { /** * Compare the difference between the actual in the `expect()` * vs the object inside `valueB` with some extra options.