From cb64cf3ce2ea46883fa8bc2b4242dfd07e4551e5 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 16 Apr 2020 00:10:49 +1000 Subject: Add support for AbortController/AbortSignal (#4757) --- cli/js/tests/unit_tests.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/js/tests/unit_tests.ts') diff --git a/cli/js/tests/unit_tests.ts b/cli/js/tests/unit_tests.ts index ba3d6746a..7d7ec4821 100644 --- a/cli/js/tests/unit_tests.ts +++ b/cli/js/tests/unit_tests.ts @@ -4,6 +4,7 @@ // // Test runner automatically spawns subprocesses for each required permissions combination. +import "./abort_controller_test.ts"; import "./blob_test.ts"; import "./body_test.ts"; import "./buffer_test.ts"; -- cgit v1.2.3