diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-14 22:49:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 22:49:16 +0200 |
commit | 353e79c796efc6c6aa328abb4d7cef5e642944af (patch) | |
tree | 5ae6d1778c0a1dfa53ac62e409d6da8cdb31285f /cli/tests/unit/unit_tests.ts | |
parent | 5214acd3d9dec56ee159544f0f6bf9834a62c097 (diff) |
chore: align FormData to spec (#10169)
This PR aligns `FormData` to spec. All WPT tests are passing.
Diffstat (limited to 'cli/tests/unit/unit_tests.ts')
-rw-r--r-- | cli/tests/unit/unit_tests.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/unit_tests.ts b/cli/tests/unit/unit_tests.ts index ebf87651d..4cfd3d961 100644 --- a/cli/tests/unit/unit_tests.ts +++ b/cli/tests/unit/unit_tests.ts @@ -24,7 +24,6 @@ import "./file_test.ts"; import "./filereader_test.ts"; import "./files_test.ts"; import "./filter_function_test.ts"; -import "./form_data_test.ts"; import "./format_error_test.ts"; import "./fs_events_test.ts"; import "./get_random_values_test.ts"; |