Add labor to tax thresholds.

This commit is contained in:
Patrick Fic
2023-09-14 15:18:59 -07:00
parent ff318599f5
commit fef680fb99
2 changed files with 129 additions and 96 deletions

View File

@@ -99,7 +99,7 @@ async function RunTheTest() {
}
}
console.table(results);
console.table(results.filter((r) => r.result !== "PASS"));
const summary = results.reduce(
(acc, val) => {
if (val.result === "PASS") {