提交 b3ff3e43 编写于 作者: M Matt Bierner

Wait for all editors to close before continuing tests

上级 0136935c
......@@ -21,8 +21,8 @@ suite('Webview tests', () => {
return disposable;
}
teardown(() => {
closeAllEditors();
teardown(async () => {
await closeAllEditors();
while (disposables.length) {
let item = disposables.pop();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册