Merge pull request #26994 from overleaf/rh-cio-ai-assist

Expose AI status to customer.io

GitOrigin-RevId: 7e69676d686326f50b16cbae9b1e4d97c14612fa
This commit is contained in:
roo hutton
2025-07-14 10:51:04 +01:00
committed by Copybot
parent 10f4722641
commit fe8964cc0a
3 changed files with 60 additions and 15 deletions
@@ -87,6 +87,7 @@ describe('ProjectListController', function () {
promises: {
getUsers: sinon.stub().resolves(ctx.usersArr),
getUserFullEmails: sinon.stub().resolves([]),
getWritefullData: sinon.stub().resolves({ isPremium: true }),
},
}
ctx.Features = {