mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
chore: migrate bench, publish, and more itests to spec tests (#23584)
This commit is contained in:
parent
b02ffec37c
commit
da52058a94
352 changed files with 1380 additions and 871 deletions
3
tests/specs/publish/javascript_missing_decl_file/mod.js
Normal file
3
tests/specs/publish/javascript_missing_decl_file/mod.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function getRandom() {
|
||||
return Math.random();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue