method WatchSession.run
WatchSession.run(files?: string[]): Promise<RunResult>

Re-runs now, optionally scoped to files, and resolves with that run's result.

Parameters

optional
files: string[]

Return Type

Promise<RunResult>

Usage

import { type WatchSession } from "lib/api/watch.ts";