add tests for new casting behavior

more integers are preserved now
This commit is contained in:
Alba Mendez 2022-10-10 12:50:12 +02:00
commit 55d7a51343

View file

@ -20,3 +20,5 @@ function checkAll(val) {
}
checkAll(3902408827)
checkAll(Number.MAX_SAFE_INTEGER)
checkAll(Number.MIN_SAFE_INTEGER)