Skip to content

Commit

Permalink
style: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Oct 21, 2024
1 parent 3f2d8a6 commit 1922c9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ class FetchMockObject {
): FetchMock {
return this.doMockOnceIf(urlOrPredicate, responseProviderOrBody, params);
}

// mockOnceIf(); // doMocKOnceIf
}

type UrlOrPredicate = string | RegExp | ((input: Request) => boolean);
Expand Down

0 comments on commit 1922c9b

Please sign in to comment.