Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit adad43e

Browse files
committed
Failing test for soumak77#97
1 parent f09bf69 commit adad43e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/firebase.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ describe('MockFirebase', function () {
319319
expect(ref.ref).to.equal(ref);
320320
});
321321

322+
it('child / returns same reference', function () {
323+
expect(ref.child('/')).to.equal(ref);
324+
});
325+
322326
});
323327

324328
describe('#set', function () {

0 commit comments

Comments
 (0)