From e6ae546922e2f4476e2a8ae11dc4b6f8cd7ef750 Mon Sep 17 00:00:00 2001 From: Rufus Russell Date: Mon, 4 Nov 2019 10:46:49 +0000 Subject: [PATCH] fix type to match latest in jest --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.