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 4af1d2a commit d5cad52Copy full SHA for d5cad52
test/unit/firebase.js
@@ -546,7 +546,7 @@ describe('MockFirebase', function () {
546
expect(ref.getData().some).to.eql({prop: 12});
547
});
548
549
- it('does override its paths with data', function () {
+ it('overrides the paths with existing data', function () {
550
ref.child('some').child('prop').set({foo: 1});
551
ref.flush();
552
0 commit comments