We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09bf69 commit adad43eCopy full SHA for adad43e
test/unit/firebase.js
@@ -319,6 +319,10 @@ describe('MockFirebase', function () {
319
expect(ref.ref).to.equal(ref);
320
});
321
322
+ it('child / returns same reference', function () {
323
+ expect(ref.child('/')).to.equal(ref);
324
+ });
325
+
326
327
328
describe('#set', function () {
0 commit comments