Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
#51 fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gkillick authored and martinsenecal committed Mar 27, 2022
1 parent bc9944c commit e247e23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/Dashboards/dashboard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jest.mock('firebase/compat/app', () => {
const Firestore = () => ({
collection: () => ({
where: () => ({
onSnapshot: () => jest.fn(),
onSnapshot: () => null,
where: () => ({
onSnapshot: () => null,
}),
}),
doc: () => ({
get: () => ({
Expand Down

0 comments on commit e247e23

Please sign in to comment.