ladybird/Userland/Libraries/LibJS/Tests/builtins/Temporal/Now
davidot cf0d30add6 LibJS: Add a function to ensure calls are made within the same second
Before these tests could be flaky if they happened to be called around
the edge of a second. Now we try up to 5 times to execute the tests
while staying within the same second.
2022-12-03 23:04:08 +00:00
..
Now.@@toStringTag.js
Now.plainDate.js
Now.plainDateISO.js
Now.plainDateTime.js
Now.plainDateTimeISO.js
Now.plainTimeISO.js
Now.zonedDateTime.js
Now.zonedDateTimeISO.js