Skip to content

Commit

Permalink
add Interceptors[] to Scope type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
calebTomlinson committed Feb 4, 2022
1 parent 616d903 commit 6e1f4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -105,6 +105,7 @@ declare namespace nock {
merge: InterceptFunction
delete: InterceptFunction
options: InterceptFunction
interceptors: Interceptor[];

intercept: (
uri: string | RegExp | { (uri: string): boolean },
Expand Down

0 comments on commit 6e1f4fa

Please sign in to comment.