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 3ebd8b3728
commit 83e910261f
3 changed files with 60 additions and 15 deletions

View File

@@ -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 = {