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 5786641 commit b5ba414Copy full SHA for b5ba414
packages/remote-config/e2e/config.e2e.js
@@ -68,9 +68,6 @@ describe('remoteConfig()', function () {
68
firebase
69
.remoteConfig()
70
.lastFetchStatus.should.equal(firebase.remoteConfig.LastFetchStatus.SUCCESS);
71
- // TODO leave logger here - need to investigate flakey test
72
- // eslint-disable-next-line no-console
73
- console.log(firebase.remoteConfig().fetchTimeMillis, date);
74
should.equal(firebase.remoteConfig().fetchTimeMillis >= date, true);
75
});
76
it('without expiration provided', function () {
0 commit comments