Skip to content

Commit a7afce3

Browse files
committed
test(collection): fix no firestore test
1 parent 1acd0b6 commit a7afce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ test('does nothing with no firestore', t => {
5050
},
5151
data: () => ({ items: null }),
5252
})
53-
t.deepEqual(t.context.vm.items, null)
53+
t.deepEqual(vm.items, null)
5454
})

0 commit comments

Comments
 (0)