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 609f108 commit fcc69c7Copy full SHA for fcc69c7
lib/index.browser.tests.js
@@ -67,6 +67,7 @@ var getLogger = () => ({
67
warn: () => {},
68
error: () => {},
69
child: () => getLogger(),
70
+ setName: () => {},
71
})
72
73
describe('javascript-sdk (Browser)', function() {
0 commit comments