summaryrefslogtreecommitdiff
path: root/cli/tests/async_error.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/async_error.ts')
-rw-r--r--cli/tests/async_error.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/async_error.ts b/cli/tests/async_error.ts
index 81c983a50..b37369bac 100644
--- a/cli/tests/async_error.ts
+++ b/cli/tests/async_error.ts
@@ -1,4 +1,5 @@
console.log("hello");
+// eslint-disable-next-line require-await
const foo = async (): Promise<never> => {
console.log("before error");
throw Error("error");