Skip to content

Commit

Permalink
chore(lint): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 28, 2017
1 parent 94aee8f commit faaf406
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/refs-documents.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ beforeEach(async () => {
await delay(5)
})


test('binds refs on documents', async () => {
// create an empty doc and update using the ref instead of plain data
await item.update({ ref: c })
Expand Down Expand Up @@ -364,7 +363,3 @@ test('properly updates a documen with refs', async () => {
a: { isA: true }
})
})

test('updates refs in arrays', async () => {
const item = db.collection().doc()
})

0 comments on commit faaf406

Please sign in to comment.