提交 b0603017 编写于 作者: D Daniel Imms

Fail test if resolveTask is called

上级 09505230
......@@ -52,6 +52,7 @@ suite.only('workspace-namespace', () => {
return result;
},
resolveTask(_task: vscode.Task): vscode.Task | undefined {
assert.fail('resolveTask should not trigger during the test');
return undefined;
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册