katowulf / mockfirebase

Firebase mock library for writing unit tests (experimental)
157 stars 40 forks source link

Test suite breaks due to onDisconnect #94

Open aj0strow opened 8 years ago

aj0strow commented 8 years ago

83 is related.

I don't want to put guard statements into my app code, and seems like having it stubbed out should be in the library.

onDisconnect() {
  return new MockFirebase('valid url')
}