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

Make sure we reset editors being iterations of test

上级 499a38b1
......@@ -131,6 +131,9 @@ suite('TypeScript Completions', () => {
'const x = { "hello world2": 1 };',
`x["hello world2"]${insert}`
));
disposeAll(_disposables);
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册