Skip to content

Commit 5090323

Browse files
committed
add a safety clear before tests run
1 parent e25df1b commit 5090323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/shared/utilities/processUtils.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ describe('ChildProcessTracker', function () {
387387

388388
before(function () {
389389
tracker = ChildProcessTracker.instance
390+
tracker.clear() // Avoid bleed-through of other tests running child processes.
390391
})
391392

392393
afterEach(function () {

0 commit comments

Comments
 (0)