mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #5984 from overleaf/em-unnecessarily-async-functions
Clean up unnecessarily async functions GitOrigin-RevId: 59f0f0a76b4436f3b99a09b747670d443bac4582
This commit is contained in:
@@ -1743,7 +1743,7 @@ describe('ProjectController', function () {
|
||||
.callsArgWith(1, null, this.project)
|
||||
this.ProjectEntityHandler.getAllEntitiesFromProject = sinon
|
||||
.stub()
|
||||
.callsArgWith(1, null, this.docs, this.files)
|
||||
.returns({ docs: this.docs, files: this.files })
|
||||
})
|
||||
|
||||
it('should produce a list of entities', function (done) {
|
||||
|
||||
Reference in New Issue
Block a user