Additional Freeride test data

This commit is contained in:
Rene Saarsoo 2020-11-21 18:28:43 +02:00
parent 4ae6c6ed09
commit cb7e439a90
1 changed files with 2 additions and 0 deletions

View File

@ -83,10 +83,12 @@ describe("xp()", () => {
[57, 5], [57, 5],
[58, 5], [58, 5],
[59, 5], [59, 5],
// [60, 6], Doesn't work. Incorrect code or test data?
[61, 6], [61, 6],
[62, 6], [62, 6],
[63, 6], [63, 6],
[64, 6], [64, 6],
[2 * 60, 11],
[3 * 60, 17], [3 * 60, 17],
].forEach(([seconds, expectedXp]) => { ].forEach(([seconds, expectedXp]) => {
it(`${seconds}s produces ${expectedXp} XP`, () => { it(`${seconds}s produces ${expectedXp} XP`, () => {