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 d399d93 commit 6e241a6Copy full SHA for 6e241a6
packages/remote-config/e2e/config.e2e.js
@@ -932,7 +932,7 @@ describe('remoteConfig()', function () {
932
});
933
934
// deprecated API prior to official web support
935
- describe('onConfigUpdated', function () {
+ describe('onConfigUpdated (deprecated)', function () {
936
describe('onConfigUpdated parameter verification', function () {
937
it('throws an error if no callback provided', async function () {
938
const { getRemoteConfig, onConfigUpdated } = remoteConfigModular;
0 commit comments