mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Merge pull request #28273 from overleaf/ac-some-web-esm-migration
[web] Convert some Features files to ES modules (part 1) GitOrigin-RevId: d19b024efad315143e022143e2a2683df8071744
This commit is contained in:
@@ -42,7 +42,7 @@ describe('UserActivateController', function () {
|
||||
)
|
||||
|
||||
vi.doMock(
|
||||
'../../../../../app/src/Features/Errors/ErrorController.js',
|
||||
'../../../../../app/src/Features/Errors/ErrorController.mjs',
|
||||
() => ({
|
||||
default: ctx.ErrorController,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user