var context = parallelizeAs(n).beforeAll(() => new GlobalContext()); where n might be sharedPerProcess, sharedPerThread, unshareable test scheduling then mixes tests around this
var context = parallelizeAs(n).beforeAll(() => new GlobalContext());
where n might be sharedPerProcess, sharedPerThread, unshareable
test scheduling then mixes tests around this