mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
Remove support for extensionless import (#1396)
This commit is contained in:
parent
bee55fcd20
commit
6cc998f28b
25 changed files with 196 additions and 241 deletions
|
@ -2,16 +2,18 @@
|
|||
|
||||
// This test is executed as part of tools/test.py
|
||||
// But it can also be run manually: ./target/debug/deno js/unit_tests.ts
|
||||
import "../website/app_test.js";
|
||||
|
||||
import "./blob_test.ts";
|
||||
import "./buffer_test.ts";
|
||||
import "./chmod_test.ts";
|
||||
import "./compiler_test.ts";
|
||||
import "./console_test.ts";
|
||||
import "./copy_file_test.ts";
|
||||
import "./dir_test";
|
||||
import "./dir_test.ts";
|
||||
import "./fetch_test.ts";
|
||||
import "./file_test.ts";
|
||||
// TODO The global "File" has been temporarily disabled. See the note in
|
||||
// js/globals.ts
|
||||
// import "./file_test.ts";
|
||||
import "./files_test.ts";
|
||||
import "./form_data_test.ts";
|
||||
import "./headers_test.ts";
|
||||
|
@ -37,3 +39,5 @@ import "./truncate_test.ts";
|
|||
import "./url_test.ts";
|
||||
import "./url_search_params_test.ts";
|
||||
import "./write_file_test.ts";
|
||||
|
||||
// TODO import "../website/app_test.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue