await argument bug

This commit is contained in:
Dmitry Vasilev
2023-01-15 10:09:17 +08:00
parent 78c40e3f6c
commit 9a4bfe2593
2 changed files with 2 additions and 1 deletions

View File

@@ -2922,7 +2922,7 @@ const y = x()`
)
}),
/*
/* TODO
test('async/await move_cursor bug', async () => {
const i = await test_initial_state_async(`
await new Promise(resolve => globalThis.setTimeout(resolve, 1))