mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[tests][firestore] remove only
This commit is contained in:
@@ -8,7 +8,7 @@ const {
|
||||
describe('firestore()', () => {
|
||||
describe('CollectionReference', () => {
|
||||
before(() => resetTestCollectionDoc(COL_DOC_1_PATH, COL_DOC_1()));
|
||||
describe.only('where()', () => {
|
||||
describe('where()', () => {
|
||||
it('`array-contains` a string value', async () => {
|
||||
const found = await firebase
|
||||
.firestore()
|
||||
|
||||
Reference in New Issue
Block a user