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:
Andrew Rumble
2025-09-17 08:04:57 +00:00
committed by Copybot
parent b2b9e4c18f
commit eda1bd697f
16 changed files with 702 additions and 261 deletions
@@ -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,
})