Automatische Berechnung Test

Automatische Prüfung der Berechnung durch Vergleich mit alten Ergebnissen auf alten Ausweisen.
This commit is contained in:
Moritz Utcke
2024-03-11 10:04:23 +07:00
parent 02e108140a
commit e994383317
4 changed files with 258 additions and 37 deletions

View File

@@ -4,7 +4,7 @@ import * as fs from "fs";
const start = moment().set("year", 2019).set("month", 8).set("date", 1);
const end = moment().set("year", 2022).set("month", 10).set("date", 1);
const end = moment().set("year", 2023).set("month", 1).set("date", 1);
let current = start.clone();