From 38fb79b2a3bcbd7d641a3b3e3c1837ae46856d50 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Sun, 22 Nov 2020 20:39:06 +0200 Subject: [PATCH] Additional Range interval tests --- src/stats/xp.test.ts | 3 +++ 1 file changed, 3 insertions(+) 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],