Skip to content

Commit

Permalink
Add firebase/database to integration test (#59)
Browse files Browse the repository at this point in the history
* Add firebase/database to integration test

* Test should fail
  • Loading branch information
styfle authored and kodiakhq[bot] committed Sep 4, 2019
1 parent 21019e2 commit 3cfafb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/firebase.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const firebase = require('firebase/app')
require('firebase/firestore')
require('firebase/database')

firebase.initializeApp({ projectId: 'noop' })
const store = firebase.firestore()
Expand Down

0 comments on commit 3cfafb1

Please sign in to comment.