diff --git a/src/stats/xp.test.ts b/src/stats/xp.test.ts index b1bac03..a69a24e 100644 --- a/src/stats/xp.test.ts +++ b/src/stats/xp.test.ts @@ -53,6 +53,9 @@ describe("xp()", () => { }); [ + // [50, 4], // Doesn't work :( + [51, 5], + [52, 5], [53, 5], [54, 5], [55, 5],