Merge pull request #3942 from overleaf/prettier-trailing-comma
Set Prettier's "trailingComma" setting to "es5" GitOrigin-RevId: 9f14150511929a855b27467ad17be6ab262fe5d5
This commit is contained in:
@@ -31,19 +31,19 @@ describe('NewLogsUI helper', function () {
|
||||
this.user = {
|
||||
alphaProgram: false,
|
||||
betaProgram: false,
|
||||
_id: ObjectId('60085414b76eeb00737d93aa')
|
||||
_id: ObjectId('60085414b76eeb00737d93aa'),
|
||||
}
|
||||
this.settings = {
|
||||
logsUIPercentageBeta: 0,
|
||||
logsUIPercentageWithoutPopupBeta: 0,
|
||||
logsUIPercentage: 0,
|
||||
logsUIPercentageWithoutPopup: 0
|
||||
logsUIPercentageWithoutPopup: 0,
|
||||
}
|
||||
NewLogsUI = SandboxedModule.require(MODULE_PATH, {
|
||||
requires: {
|
||||
mongodb: { ObjectId },
|
||||
'settings-sharelatex': this.settings
|
||||
}
|
||||
'settings-sharelatex': this.settings,
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user