UNPKG

@tsed/platform-test-sdk

Version:
8 lines (7 loc) 263 B
import { PlatformTestingSdkOpts } from "../interfaces/index.js"; export declare class TestRoutingController { scenario1(): string; scenario2(): string; scenario3(): string; } export declare function testRouting(options: PlatformTestingSdkOpts): void;