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

Runs the whole suite, dropping any line-target selectors this session was scoped to.

Return Type

Promise<void>

Usage

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