File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33[ ![ Pub Version] ( https://img.shields.io/pub/v/firebase_database_mocks )] ( https://pub.dev/packages/firebase_database_mocks ) [ ![ style: effective dart] ( https://img.shields.io/badge/style-pedantic-blue )] ( https://github.com/google/pedantic ) [ ![ test: passing] ( https://img.shields.io/badge/test-passing-green )] ( https://github.com/sitatec/firebase_database_mocks/tree/main/test )
44
55Mocks library to write unit tests for FirebaseDatabase (real-time database). Get Instance
6- ` MockFirebaseDatabase.instance ` , then pass it around your project as if it were a
6+ ` MockFirebaseDatabase.instance ` , then pass it around your project as if it was a
77` FirebaseDatabase.instance ` . This mock keep data in memory while test running.
88
99## Usage
You can’t perform that action at this time.
0 commit comments