Additional Range interval tests

This commit is contained in:
Rene Saarsoo 2020-11-22 20:39:06 +02:00
parent 92b21d2095
commit 38fb79b2a3
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ describe("xp()", () => {
}); });
[ [
// [50, 4], // Doesn't work :(
[51, 5],
[52, 5],
[53, 5], [53, 5],
[54, 5], [54, 5],
[55, 5], [55, 5],