From 058e3b10b29e1806c7a06b13a8fb6dc78ad97280 Mon Sep 17 00:00:00 2001 From: Eric McCarthy Date: Thu, 19 Aug 2021 15:47:58 -0700 Subject: [PATCH] fix(types): add missing argument to optionally() --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index b0c26bd17..289384982 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -198,7 +198,7 @@ declare namespace nock { once(): this twice(): this thrice(): this - optionally(): this + optionally(flag?: boolean): this delay(opts: number | { head?: number; body?: number }): this delayBody(timeMs: number): this