chore: removed unused template page and fixed tests to work after the removal of a duplicate file

This commit is contained in:
JGerla
2026-01-28 11:27:24 +01:00
parent ac9b7313a9
commit aeddd93b2d
5 changed files with 1 additions and 101 deletions

View File

@@ -30,7 +30,7 @@ jest.mock('../../../src/pages/MonitoringPage/MonitoringPageAPI', () => ({
// Mock VisProg functionality
jest.mock('../../../src/pages/VisProgPage/VisProgLogic', () => ({
graphReducer: jest.fn(),
runProgramm: jest.fn(),
runProgram: jest.fn(),
}));
// Mock Child Components to reduce noise (optional, but keeps unit test focused)