diff options
Diffstat (limited to 'cli/tests/top_level_for_await.ts')
-rw-r--r-- | cli/tests/top_level_for_await.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/top_level_for_await.ts b/cli/tests/top_level_for_await.ts index 9179322d7..92d8af30a 100644 --- a/cli/tests/top_level_for_await.ts +++ b/cli/tests/top_level_for_await.ts @@ -1,3 +1,4 @@ +// eslint-disable-next-line require-await async function* asyncGenerator(): AsyncIterableIterator<number> { let i = 0; while (i < 3) { |