mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
Merge pull request #4639 from overleaf/ab-web-mono-analytics-id
Analytics ID support GitOrigin-RevId: 820a6c0f4d19f046f6c791ce4dc64dbc80748924
This commit is contained in:
committed by
Copybot
parent
3af8fc63de
commit
44a8883b6d
@@ -108,7 +108,7 @@ describe('SubscriptionHandler', function () {
|
||||
|
||||
this.EmailHandler = { sendEmail: sinon.stub() }
|
||||
|
||||
this.AnalyticsManager = { recordEvent: sinon.stub() }
|
||||
this.AnalyticsManager = { recordEventForUser: sinon.stub() }
|
||||
|
||||
this.PlansLocator = {
|
||||
findLocalPlanInSettings: sinon.stub().returns({ planCode: 'plan' }),
|
||||
|
||||
Reference in New Issue
Block a user