1
0

fix: Another another fucking teacher absence
All checks were successful
Remote Deploy / deploy (push) Successful in 1m20s

Co-authored-by: Jakub Žitník <email@jzitnik.dev>
This commit is contained in:
2026-03-17 10:54:25 +01:00
committed by jzitnik-dev
parent 8e2cbbaadb
commit d8713a5676
2 changed files with 15 additions and 3 deletions

View File

@@ -286,6 +286,15 @@ test("Ex-exk. 3", [
},
]);
test("Su 4 - 6", [
{
teacher: "MUDr. Kristina Studénková",
teacherCode: "su",
type: "range",
hours: {from: 4, to: 6},
}
]);
function test(input: string, expectedOutput: any[]) {
const res = parseAbsence(input, teachermap);