1
0

fix: Exkurze shit
All checks were successful
Remote Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-09 19:26:55 +01:00
parent 75d8ba745f
commit cfdd97c935
2 changed files with 31 additions and 0 deletions

View File

@@ -248,6 +248,15 @@ test("Vc 1. h", [
},
]);
test("Sv-5-exk", [
{
teacher: "Ing. Jan Šváb",
teacherCode: "sv",
type: "exkurze",
hours: { from: 5, to: 10 },
},
]);
function test(input, expectedOutput) {
const res = parseAbsence(input, teachermap);