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

Re-runs now, optionally scoped to files; resolves when that run finishes.

Parameters

optional
files: string[]

Return Type

Promise<void>

Usage

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