mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Merge pull request #3390 from overleaf/jpa-faster-unit-tests
[perf] faster unit tests GitOrigin-RevId: 188b8f3752638fde7a27a8d83b416bb9a6e3c95e
This commit is contained in:
@@ -154,11 +154,11 @@ describe('ProjectEntityUpdateHandler', function() {
|
||||
console: console
|
||||
},
|
||||
requires: {
|
||||
'settings-sharelatex': { validRootDocExtensions: ['tex'] },
|
||||
'logger-sharelatex': this.logger,
|
||||
fs: this.fs,
|
||||
'../../models/Doc': { Doc: this.DocModel },
|
||||
'../Docstore/DocstoreManager': this.DocstoreManager,
|
||||
'../Errors/Errors': Errors,
|
||||
'../../Features/DocumentUpdater/DocumentUpdaterHandler': this
|
||||
.DocumentUpdaterHandler,
|
||||
'../../models/File': { File: this.FileModel },
|
||||
|
||||
Reference in New Issue
Block a user