mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
52961250aa
commit
8e9776fe3d
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ describe('FileSystemImportManager', function () {
|
|||
}
|
||||
this.FileSystemImportManager = SandboxedModule.require(MODULE_PATH, {
|
||||
requires: {
|
||||
'settings-sharelatex': {
|
||||
textExtensions: ['tex', 'txt'],
|
||||
},
|
||||
'../Editor/EditorController': this.EditorController,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue