diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-09-22 21:21:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 09:21:11 -0400 |
commit | 20692f3e844816d7d4a4f4fdfbfe30e416822350 (patch) | |
tree | fbecfd548b6bf479a663f79d80c45d61fc63125b /cli/tests/unit/test_util.ts | |
parent | 82cfb46bd1d64d41afda544bde9ef57096fb520b (diff) |
chore: replace calls to assertThrowsAsync with assertRejects (#12176)
Diffstat (limited to 'cli/tests/unit/test_util.ts')
-rw-r--r-- | cli/tests/unit/test_util.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/test_util.ts b/cli/tests/unit/test_util.ts index 6508abd20..420a5fd9a 100644 --- a/cli/tests/unit/test_util.ts +++ b/cli/tests/unit/test_util.ts @@ -16,7 +16,6 @@ export { assertStrictEquals, assertStringIncludes, assertThrows, - assertThrowsAsync, fail, unimplemented, unreachable, |