From 92b21d20957dd9e69f7bcab11f55789974c47b01 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Sun, 22 Nov 2020 20:33:28 +0200 Subject: [PATCH] Additional Freeride test data --- src/stats/xp.test.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/stats/xp.test.ts b/src/stats/xp.test.ts index 4373bb5..b1bac03 100644 --- a/src/stats/xp.test.ts +++ b/src/stats/xp.test.ts @@ -83,17 +83,25 @@ describe("xp()", () => { }); [ + [51, 5], + [52, 5], + [53, 5], [54, 5], [55, 5], [56, 5], [57, 5], [58, 5], [59, 5], - // [60, 6], Doesn't work. Incorrect code or test data? + // [60, 6], // Doesn't work :( [61, 6], [62, 6], [63, 6], [64, 6], + [65, 6], + [66, 6], + [67, 6], + [68, 6], + [69, 6], [2 * 60, 11], [3 * 60, 17], ].forEach(([seconds, expectedXp]) => {