There was an error while loading. Please reload this page.
1 parent 45a456b commit ecc1ca9Copy full SHA for ecc1ca9
src/client/unittests/common/baseTestManager.ts
@@ -109,7 +109,7 @@ export abstract class BaseTestManager {
109
}
110
});
111
if (haveErrorsInDiscovering && !quietMode) {
112
- displayTestErrorMessage('There were some errors in disovering unit tests');
+ displayTestErrorMessage('There were some errors in discovering unit tests');
113
114
storeDiscoveredTests(tests);
115
this.disposeCancellationToken(CancellationTokenType.testDicovery);
0 commit comments