1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 04:04:58 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Number
Linus Groh a8ba2f4b21 LibJS/Tests: Fix bad copy and paste that crept into a lot of tests
The top-level function should have been `describe()``, but instead it's
been nested `test()`s.
2021-08-07 12:10:34 +01:00
..
Number-constants.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.isFinite.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.isInteger.js LibJS: Uncomment Number.isInteger() tests that now pass :^) 2021-07-11 22:03:04 +01:00
Number.isNaN.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.isSafeInteger.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.js LibJS: Make Number() constructor spec compliant 2021-06-19 01:34:17 +01:00
Number.parseFloat.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.parseInt.js LibJS: Add Number.parseInt 2021-06-18 10:29:33 +01:00
Number.prototype.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Number.prototype.toFixed.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
Number.prototype.toString.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
Number.prototype.valueOf.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00