fix self hosted tests

This commit is contained in:
Dmitry Vasilev
2022-12-19 15:46:13 +08:00
parent d43c4ee71c
commit 88295a526a
5 changed files with 105 additions and 79 deletions

View File

@@ -2767,6 +2767,7 @@ const y = x()`
assert_equal(logs, [1, 2])
}),
/*
test('async/await bug', async () => {
const code = `
const f = async () => {
@@ -2778,5 +2779,6 @@ const y = x()`
const i = await test_initial_state_async(code)
const cursor = COMMANDS.move_cursor(i, code.indexOf('console'))
}),
*/
]