As per #11 (comment), we could either:
- Disable process isolation (passing --test-isolation=none)
- Investigate if the default process isolation suffice in providing the isolation we need and we could import the test files instead of spawning a child process manually.