Skip to content

Commit

Permalink
chore: remove unused args
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Dec 17, 2024
1 parent 071420c commit 02433f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/__tests__/firestore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ describe('Firestore', function () {
jest
.spyOn(FirestoreQuery.prototype, '_handleQueryCursor')
// @ts-ignore test
.mockImplementation((cursor, docOrField, fields) => {
.mockImplementation(() => {
return [];
});
});
Expand Down

0 comments on commit 02433f3

Please sign in to comment.