Merge pull request #3942 from overleaf/prettier-trailing-comma
Set Prettier's "trailingComma" setting to "es5" GitOrigin-RevId: 9f14150511929a855b27467ad17be6ab262fe5d5
This commit is contained in:
@@ -9,10 +9,10 @@ describe('UrlHelper', function () {
|
||||
beforeEach(function () {
|
||||
this.settings = {
|
||||
apis: { linkedUrlProxy: { url: undefined } },
|
||||
siteUrl: 'http://localhost:3000'
|
||||
siteUrl: 'http://localhost:3000',
|
||||
}
|
||||
this.UrlHelper = SandboxedModule.require(modulePath, {
|
||||
requires: { 'settings-sharelatex': this.settings }
|
||||
requires: { 'settings-sharelatex': this.settings },
|
||||
})
|
||||
})
|
||||
describe('getSafeRedirectPath', function () {
|
||||
|
||||
Reference in New Issue
Block a user