stash: moving computers because pnpm is cooked

This commit is contained in:
izzy
2025-11-28 12:50:30 +00:00
parent c50118e535
commit 13e9cf0ed9
3 changed files with 22 additions and 4 deletions
@@ -106,4 +106,7 @@ describe(MaintenanceService.name, () => {
expect(mocks.systemMetadata.get).toHaveBeenCalledTimes(1);
});
});
describe.skip('getIntegrityReportSummary'); // just calls repository
describe.skip('getIntegrityReport'); // just calls repository
});