Merge pull request #3942 from overleaf/prettier-trailing-comma
Set Prettier's "trailingComma" setting to "es5" GitOrigin-RevId: 9f14150511929a855b27467ad17be6ab262fe5d5
This commit is contained in:
@@ -43,7 +43,7 @@ describe('Project ownership transfer', function () {
|
||||
it('adds the previous owner as a read/write collaborator', async function () {
|
||||
const project = await this.collaboratorSession.getProject(this.projectId)
|
||||
expect(project.collaberator_refs.map(x => x.toString())).to.have.members([
|
||||
this.owner._id.toString()
|
||||
this.owner._id.toString(),
|
||||
])
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user