mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-09 09:09:02 +02:00
Merge pull request #3942 from overleaf/prettier-trailing-comma
Set Prettier's "trailingComma" setting to "es5" GitOrigin-RevId: 9f14150511929a855b27467ad17be6ab262fe5d5
This commit is contained in:
@@ -46,7 +46,7 @@ describe('ProjectStructureMongoLock', function () {
|
||||
this.lockValue = 'lock-value'
|
||||
const userDetails = {
|
||||
holdingAccount: false,
|
||||
email: 'test@example.com'
|
||||
email: 'test@example.com',
|
||||
}
|
||||
UserCreator.createNewUser(userDetails, {}, (err, user) => {
|
||||
this.user = user
|
||||
@@ -87,7 +87,7 @@ describe('ProjectStructureMongoLock', function () {
|
||||
'mkdirp',
|
||||
'moveEntity',
|
||||
'renameEntity',
|
||||
'addFolder'
|
||||
'addFolder',
|
||||
]
|
||||
for (var methodName of Array.from(LOCKING_UPDATE_METHODS)) {
|
||||
it(`cannot call ProjectEntityMongoUpdateHandler.${methodName}`, function (done) {
|
||||
|
||||
Reference in New Issue
Block a user