diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-06-10 23:54:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 11:54:54 -0400 |
commit | be8bacaaa4258089e5a0cf4f1d8f53db8e534d4b (patch) | |
tree | 46a0729ad95cbb5b6f7aab4c6008adde257c2451 /cli/tests/unit/test_util.ts | |
parent | 54c3f8e27fa1f38a3e2d65c2b297c415062d01c8 (diff) |
fix: Remove try-catch from Buffer.readFrom, readFromSync (#6161)
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 d5010fc63..8b690505a 100644 --- a/cli/tests/unit/test_util.ts +++ b/cli/tests/unit/test_util.ts @@ -4,6 +4,7 @@ import { assert, assertEquals } from "../../../std/testing/asserts.ts"; export { assert, assertThrows, + assertThrowsAsync, assertEquals, assertMatch, assertNotEquals, |