Merge pull request #3016 from overleaf/ta-editor-load-events

Fix Editor Load Events

GitOrigin-RevId: bb23f17ccab2d53933ad9da870f8ce26fdd169df
This commit is contained in:
Eric Mc Sween
2020-07-20 09:23:20 -04:00
committed by Copybot
parent 60bdd4641a
commit c200511f86
3 changed files with 10 additions and 5 deletions

View File

@@ -178,7 +178,8 @@ describe('ProjectController', function() {
getUserAffiliations: this.getUserAffiliations
},
'../ThirdPartyDataStore/TpdsProjectFlusher': this.TpdsProjectFlusher,
'../../models/Project': {}
'../../models/Project': {},
'../Analytics/AnalyticsManager': { recordEvent: () => {} }
}
})