mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
testing: peek diff test outputs
This commit is contained in:
@@ -53,6 +53,7 @@ export class MainThreadTesting extends Disposable implements MainThreadTestingSh
|
||||
public $registerTestProvider(id: string) {
|
||||
this.testService.registerTestController(id, {
|
||||
runTests: (req, token) => this.proxy.$runTestsForProvider(req, token),
|
||||
lookupTest: test => this.proxy.$lookupTest(test),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user