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:
Jakob Ackermann
2021-05-28 02:08:37 +00:00
committed by Copybot
parent 52961250aa
commit 8e9776fe3d
@@ -25,6 +25,9 @@ describe('FileSystemImportManager', function () {
}
this.FileSystemImportManager = SandboxedModule.require(MODULE_PATH, {
requires: {
'settings-sharelatex': {
textExtensions: ['tex', 'txt'],
},
'../Editor/EditorController': this.EditorController,
},
})