diff options
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 6d626d4d4..521616a3c 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -16,9 +16,7 @@ import "./dir_test.ts"; import "./event_test.ts"; import "./event_target_test.ts"; import "./fetch_test.ts"; -// TODO The global "File" has been temporarily disabled. See the note in -// js/globals.ts -// import "./file_test.ts"; +import "./file_test.ts"; import "./files_test.ts"; import "./form_data_test.ts"; import "./globals_test.ts"; |