/** * Runs once after all tests. Currently a no-op: we leave the test stack * running so the developer can inspect the post-run state (open the report, * tail logs). Use `npm run stack:down` to actually tear the volumes down. */ export default async function globalTeardown() { // intentionally empty }