mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Fail test if resolveTask is called
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user