mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
Fail test if resolveTask is called
This commit is contained in:
parent
0950523069
commit
b0603017ba
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue