Skip to content

Commit

Permalink
fix: fcm error for spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Aug 28, 2024
1 parent cb3b817 commit 76f4f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/providers/src/lib/push/fcm/fcm.provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ vi.mock(import('firebase-admin/messaging'), async (importOriginal) => {
return {
send: vi.fn(),
sendEach: vi.fn(),
sendEachForMulticast: vi.fn(),
sendAll: vi.fn(),
sendEachForMulticast,
sendToDevice: vi.fn(),
Expand Down

0 comments on commit 76f4f76

Please sign in to comment.