for example, running `node --loader ts-node/esm --test a.test.ts` will fail: ```ts /// a.test.ts import { test } from 'node:test' test(async () => { const a: any = {}; }); ``` the challenge is that each test file spawns a new process