Functions

f
buildTestBundle(
config: Config,
cachedContent: CachedContent
): Promise<void>

Pre-builds the esbuild bundle for all test files and caches the result in cachedContent.

Usage

import * as mod from "lib/commands/run/tests-in-browser.ts";