hello,
I do not get the poitn, for example for the samples, https://github.com/firebase/snippets-web/tree/master/firestore-next
there is no assert or expectations, but they are supposed to be chai tests, I am sorry, i do not understand.
- why you do not use a way to test to assert the describe method are right ?
- is there a demo, for tests, using the emulator, I mean the rule-unit-testing as mentioned here:https://firebase.google.com/docs/rules/unit-tests?hl=fr
- if the repo is just samples, I am asking if you have a place in firestore repo, where I could inspire myself about how your google firebase team are testing their methods ? I mean, even in the quickstart : https://github.com/firebase/quickstart-js you do not show how to unit test the code.
appreciate the help