This commit is contained in:
Dmitry Vasilev
2022-12-02 19:25:51 +08:00
parent f561e9df7d
commit 9e9400ab24
3 changed files with 19 additions and 3 deletions

View File

@@ -2589,7 +2589,7 @@ const y = x()`
assert_equal(get_deferred_calls(result), null)
}),
test_only('async/await', () => {
test('async/await', () => {
const code = `
const x = async () => 123
const y = async () => await x()