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 c40a9e5 commit 305a548Copy full SHA for 305a548
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