mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Update paths
GitOrigin-RevId: a9474c8f36e8b287de4dd8fda29bc082001444ac
This commit is contained in:
@@ -40,14 +40,14 @@ describe('ProjectEntityRestoreHandler', function () {
|
||||
}
|
||||
|
||||
vi.doMock(
|
||||
'../../../../app/src/Features/Project/ProjectEntityHandler.js',
|
||||
'../../../../app/src/Features/Project/ProjectEntityHandler.mjs',
|
||||
() => ({
|
||||
default: ctx.ProjectEntityHandler,
|
||||
})
|
||||
)
|
||||
|
||||
vi.doMock(
|
||||
'../../../../app/src/Features/Editor/EditorController.js',
|
||||
'../../../../app/src/Features/Editor/EditorController.mjs',
|
||||
() => ({
|
||||
default: ctx.EditorController,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user