From c75f92c4e2827a8c69edbb7dd937df87142b2b29 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 14 Jan 2021 22:08:49 +0900 Subject: 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 --- cli/tests/unit/unit_tests.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests/unit/unit_tests.ts') 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"; -- cgit v1.2.3