When running empty jest tests (with the --log-heap-usage flag), the memory is stable

But when i use the initializeTransactionalContext function, the leaking memory jumps up to ~40MB

Is there a teardown function that can be used, so that we can avoid that?