chore: migrate bench, publish, and more itests to spec tests (#23584)

This commit is contained in:
David Sherret 2024-04-29 10:08:27 -04:00 committed by GitHub
parent b02ffec37c
commit da52058a94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
352 changed files with 1380 additions and 871 deletions

View file

@ -0,0 +1,3 @@
export function getRandom() {
return Math.random();
}