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 615a6f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 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 All @@ -317,8 +315,6 @@ export interface MockResponse extends MockParams {
body?: string;
}

// class FetchMock

// factory
export default function createFetchMock(): FetchMock {
const isMocking = vi.fn(always(true));
Expand Down

0 comments on commit 615a6f5

Please sign in to comment.