Update paths

GitOrigin-RevId: a9474c8f36e8b287de4dd8fda29bc082001444ac
This commit is contained in:
Andrew Rumble
2025-10-17 10:50:07 +01:00
committed by Copybot
parent 0d73904c4b
commit f02f6475ac
110 changed files with 261 additions and 260 deletions
@@ -27,7 +27,7 @@ describe('ProjectDownloadsController', function () {
})
)
vi.doMock('../../../../app/src/Features/Project/ProjectGetter.js', () => ({
vi.doMock('../../../../app/src/Features/Project/ProjectGetter.mjs', () => ({
default: (ctx.ProjectGetter = {}),
}))
@@ -36,7 +36,7 @@ describe('ProjectDownloadsController', function () {
}))
vi.doMock(
'../../../../app/src/Features/DocumentUpdater/DocumentUpdaterHandler.js',
'../../../../app/src/Features/DocumentUpdater/DocumentUpdaterHandler.mjs',
() => ({
default: ctx.DocumentUpdaterHandler,
})