diff options
author | David DeSimone <lord.good.mail@gmail.com> | 2021-02-22 04:26:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 13:26:17 +0100 |
commit | 8be0c8b43a56ee690463efb3e68686f0fefa868b (patch) | |
tree | d43d064de5c6a92b055b2528be35407318066382 /cli/tests/unit/test_util.ts | |
parent | 05911e5d7f7ef4789a6a6d244f271992c7690a87 (diff) |
fix(tests): fix fetchConnectionError test if port is in use (#9465)
Fixes #9379
Diffstat (limited to 'cli/tests/unit/test_util.ts')
-rw-r--r-- | cli/tests/unit/test_util.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unit/test_util.ts b/cli/tests/unit/test_util.ts index 6c3c0c6a0..e6adc6583 100644 --- a/cli/tests/unit/test_util.ts +++ b/cli/tests/unit/test_util.ts @@ -17,6 +17,7 @@ export { assertThrows, assertThrowsAsync, fail, + unimplemented, unreachable, } from "../../../test_util/std/testing/asserts.ts"; export { deferred } from "../../../test_util/std/async/deferred.ts"; |