testing: peek diff test outputs

This commit is contained in:
Connor Peet
2021-01-12 12:57:22 -08:00
parent 989f2eb812
commit 04efea43fa
20 changed files with 452 additions and 71 deletions

View File

@@ -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),
});
}