Additional Freeride test data
This commit is contained in:
parent
4ae6c6ed09
commit
cb7e439a90
|
|
@ -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`, () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue