diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-01-14 22:08:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 22:08:49 +0900 |
commit | c75f92c4e2827a8c69edbb7dd937df87142b2b29 (patch) | |
tree | d491a852ec0f6789139f2b4ce6b1fcfa8b5e7779 /cli/tests/unit/unit_tests.ts | |
parent | 78c27e0923e52d0b3afeef8f4b0f71660c0adfa5 (diff) |
fix: align DOMException API to the spec and add web platform testing of it. (#9106)
* fix: align DOMException API to the spec
* test: fix test case 070_location
* test(DOMException): disable "does not inherit from Error: class-side"
test of WPT
* test: remove test cases in deno codebase
* docs: add note about skipped test
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 7d00101d3..1e86650c3 100644 --- a/cli/tests/unit/unit_tests.ts +++ b/cli/tests/unit/unit_tests.ts @@ -17,7 +17,6 @@ import "./custom_event_test.ts"; import "./dir_test.ts"; import "./dispatch_minimal_test.ts"; import "./dispatch_json_test.ts"; -import "./dom_exception_test.ts"; import "./error_stack_test.ts"; import "./event_test.ts"; import "./event_target_test.ts"; |