method WatchSession.runFailed
WatchSession.runFailed(): Promise<void>

Re-runs the files that last failed, or repeats the last run when nothing has failed yet.

Return Type

Promise<void>

Usage

import { type WatchSession } from "lib/commands/test.ts";