rwsdk
Version:
Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime
7 lines (6 loc) • 303 B
text/typescript
import { TestResources } from "../../lib/e2e/types.mjs";
import { SmokeTestOptions } from "./types.mjs";
/**
* Sets up the test environment for smoke tests, preparing any resources needed for testing
*/
export declare function setupTestEnvironment(options?: SmokeTestOptions): Promise<TestResources>;