Merge pull request #17525 from overleaf/ae-upgrade-prettier

Upgrade Prettier to v3

GitOrigin-RevId: 6f1338f196408f3edb4892d5220ad3665ff1a5bc
This commit is contained in:
Alf Eaton
2024-03-26 09:04:05 +00:00
committed by Copybot
parent 6d55f2e09d
commit 6cc2db3cdd
106 changed files with 1031 additions and 980 deletions
@@ -160,9 +160,8 @@ describe('SubscriptionGroupHandler', function () {
})
describe('for nonexistent subscriptions', function () {
it('should return undefined', async function () {
const count = await this.Handler.promises.getTotalConfirmedUsersInGroup(
'fake-id'
)
const count =
await this.Handler.promises.getTotalConfirmedUsersInGroup('fake-id')
expect(count).not.to.exist
})
})