Isolation Fixtures
Test runners: Examples use Vitest. scenario(...) works with any runner that accepts an async test callback (Jest, Node node:test, and others).
Isolation fixtures help you keep tests independent even when you reuse a runtime across multiple scenarios.
