Merge pull request #2521 from overleaf/ta-announcement-remove

Remove Announcements

GitOrigin-RevId: 3fed602e89992ad5f4260134b87ade1e6e088cf7
This commit is contained in:
Simon Detheridge
2020-01-17 04:19:59 +00:00
committed by Copybot
parent 294418b4ee
commit db27215760
13 changed files with 3 additions and 783 deletions
@@ -102,17 +102,5 @@ describe('AnalyticsManager', function() {
}
)
})
it('getLastOccurrence', function(done) {
const event = 'fake-event'
this.AnalyticsManager.getLastOccurrence(this.fakeUserId, event, error => {
expect(error).to.not.exist
sinon.assert.calledWithMatch(this.request, {
body: { event },
url: 'analytics.test/user/123abc/event/last_occurrence'
})
done()
})
})
})
})