buildTestBundle(config: Config,cachedContent: CachedContent): Promise<void>
Pre-builds the esbuild bundle for all test files and caches the result in cachedContent.
config: Config
cachedContent: CachedContent
buildTestBundle(config: Config,cachedContent: CachedContent): Promise<void>
Pre-builds the esbuild bundle for all test files and caches the result in cachedContent.
config: Config
cachedContent: CachedContent
import { buildTestBundle } from "lib/commands/run/tests-in-browser.ts";