Functions

f
setupKeyboardEvents(
config: Config,
cachedContent: CachedContent,
connections: Connections
): void

Registers watch-mode keyboard shortcuts: qq to abort, qa to run all, qf for last failed, ql for last run.

Usage

import * as mod from "lib/setup/keyboard-events.ts";