mirror of
https://github.com/denoland/deno.git
synced 2025-08-01 09:32:28 +00:00
Add globalThis definition to runtime (#1534)
This commit is contained in:
parent
eb6f7f901b
commit
00b655add1
4 changed files with 29 additions and 6 deletions
|
@ -18,6 +18,7 @@ import "./fetch_test.ts";
|
|||
// import "./file_test.ts";
|
||||
import "./files_test.ts";
|
||||
import "./form_data_test.ts";
|
||||
import "./globals_test.ts";
|
||||
import "./headers_test.ts";
|
||||
import "./make_temp_dir_test.ts";
|
||||
import "./metrics_test.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue