adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

i233: Add cloud_firestore_mocks (but not actually) #234

Closed nickmeinhold closed 4 years ago

nickmeinhold commented 4 years ago

Fixes #233

After reviewing the tests, mocking the DatabaseService or the Database seems to be adequate for now. The cloud_firestore_mocks package may come in handy at some point but we can import it then.

Did some refactoring to better organise test utility code.