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 committed Mar 27, 2022
1 parent 6390608 commit c7907ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/Dashboards/dashboard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jest.mock('firebase/compat/app', () => {
collection: () => ({
where: () => ({
onSnapshot: () => null,
where: () => ({
onSnapshot: () => null,
}),
}),
doc: () => ({
get: () => ({
Expand Down

0 comments on commit c7907ee

Please sign in to comment.