diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-04-16 00:10:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 10:10:49 -0400 |
commit | cb64cf3ce2ea46883fa8bc2b4242dfd07e4551e5 (patch) | |
tree | 0eeae9e1d2e5e190804cf362968be0688a161910 /cli/js/tests/unit_tests.ts | |
parent | 95eb6d780c2790b524dc3ad6f21958260c2dadfe (diff) |
Add support for AbortController/AbortSignal (#4757)
Diffstat (limited to 'cli/js/tests/unit_tests.ts')
-rw-r--r-- | cli/js/tests/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |