mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
fix compilation error in sample test provider
This commit is contained in:
@ -71,9 +71,7 @@ export class MathTestProvider implements vscode.TestProvider {
|
||||
run.setState(test, { state: vscode.TestRunState.Running });
|
||||
run.setState(test, await test.run());
|
||||
}
|
||||
}
|
||||
|
||||
if (test.children) {
|
||||
} else if (test.children) {
|
||||
await runTests(test.children);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user