property RunResult.exitCode

What the CLI would have exited with: 0 when ok, 1 otherwise.

Type

number

Usage

import { type RunResult } from "lib/api/test.ts";