From 20692f3e844816d7d4a4f4fdfbfe30e416822350 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Wed, 22 Sep 2021 21:21:11 +0800 Subject: chore: replace calls to assertThrowsAsync with assertRejects (#12176) --- cli/tests/unit/test_util.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests/unit/test_util.ts') 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, -- cgit v1.2.3