navigate async calls

This commit is contained in:
Dmitry Vasilev
2022-11-16 19:24:11 +08:00
parent f0f93229c7
commit 41ebe9d96e
2 changed files with 28 additions and 19 deletions

View File

@@ -2355,6 +2355,9 @@ const y = x()`
// Navigate logs
const nav = COMMANDS.calltree.navigate_logs_position(expanded, 0)
assert_equal(nav.state.current_calltree_node.is_log, true)
const nav2 = COMMANDS.calltree.arrow_left(nav.state)
assert_equal(nav2.state.current_calltree_node.fn.name, 'fn2')
}),
]