Merge pull request #27958 from overleaf/ar-change-esm-codemod-to-use-vitest-and-general-refactor
[web] change esm codemod to use vitest and general refactor GitOrigin-RevId: 7f8c699b160ee0b7ff991d6284cb126165694c4f
This commit is contained in:
@@ -47,7 +47,7 @@ describe('LinkedFilesController', function () {
|
||||
ctx.settings = { enabledLinkedFileTypes: [] }
|
||||
|
||||
vi.doMock(
|
||||
'.../../../../app/src/Features/Authentication/SessionManager',
|
||||
'../../../../app/src/Features/Authentication/SessionManager',
|
||||
() => ({
|
||||
default: ctx.SessionManager,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user