method TestSession.close
TestSession.close(): Promise<void>

Closes the session, ending iteration. Idempotent; implied by await using.

Return Type

Promise<void>

Usage

import { type TestSession } from "lib/api/session.ts";