fix: Another another fucking teacher absence
All checks were successful
Remote Deploy / deploy (push) Successful in 1m20s
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user