upgrading dependencies / new pois

This commit is contained in:
orangecoding
2026-05-11 09:18:32 +02:00
parent 6816b0aded
commit 8b012ef2f1
7 changed files with 119 additions and 55 deletions

View File

@@ -38,6 +38,7 @@ describe('services/jobs/jobExecutionService', () => {
}));
vi.doMock(utilsPath, () => ({
duringWorkingHoursOrNotSet: () => false,
getPackageVersion: async () => '0.0.0-test',
}));
vi.doMock(loggerPath, () => {
const m = { debug: () => {}, info: () => {}, warn: () => {}, error: () => {} };