Merge pull request #3949 from overleaf/msm-reenable-eslint-const-rule
Reenable eslint `prefer-const` rule GitOrigin-RevId: 4f3825be8b8dff381095209085a36eaab76260d5
This commit is contained in:
@@ -769,7 +769,7 @@ describe('ProjectStructureChanges', function () {
|
||||
exampleProjectId
|
||||
)
|
||||
expect(updates.length).to.equal(1)
|
||||
let update = updates[0]
|
||||
const update = updates[0]
|
||||
expect(update.type).to.equal('rename-doc')
|
||||
expect(update.userId).to.equal(owner._id)
|
||||
expect(update.pathname).to.equal('/foo/new.tex')
|
||||
|
||||
Reference in New Issue
Block a user