Skip to content

Commit faaf406

Browse files
committed
chore(lint): fix lint
1 parent 94aee8f commit faaf406

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/refs-documents.spec.js

-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ beforeEach(async () => {
4747
await delay(5)
4848
})
4949

50-
5150
test('binds refs on documents', async () => {
5251
// create an empty doc and update using the ref instead of plain data
5352
await item.update({ ref: c })
@@ -364,7 +363,3 @@ test('properly updates a documen with refs', async () => {
364363
a: { isA: true }
365364
})
366365
})
367-
368-
test('updates refs in arrays', async () => {
369-
const item = db.collection().doc()
370-
})

0 commit comments

Comments
 (0)