Merge pull request #4103 from overleaf/jpa-add-missing-stub
[FileSystemImportManagerTests] add missing stub for the settings module GitOrigin-RevId: f0a0da3f08e0d4bc323af420767bafa7a9159bda
This commit is contained in:
@@ -25,6 +25,9 @@ describe('FileSystemImportManager', function () {
|
||||
}
|
||||
this.FileSystemImportManager = SandboxedModule.require(MODULE_PATH, {
|
||||
requires: {
|
||||
'settings-sharelatex': {
|
||||
textExtensions: ['tex', 'txt'],
|
||||
},
|
||||
'../Editor/EditorController': this.EditorController,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user