We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4931702 commit fa13a9aCopy full SHA for fa13a9a
src/testRunner/runner.ts
@@ -280,6 +280,9 @@ function beginTests() {
280
281
export let isWorker: boolean;
282
function startTestEnvironment() {
283
+ // For debugging convenience.
284
+ (globalThis as any).ts = require("./_namespaces/ts");
285
+
286
isWorker = handleTestConfig();
287
if (isWorker) {
288
return Parallel.Worker.start();
0 commit comments