Automatische Berechnung Test
Automatische Prüfung der Berechnung durch Vergleich mit alten Ergebnissen auf alten Ausweisen.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user