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
@@ -440,9 +440,8 @@ describe('ProjectGetter', function () {
})
it('should pass the found projects to the callback', async function () {
const docs = await this.ProjectGetter.promises.getUsersDeletedProjects(
'giraffe'
)
const docs =
await this.ProjectGetter.promises.getUsersDeletedProjects('giraffe')
expect(docs).to.deep.equal([this.deletedProject])
})
})