Home / Type/ SSRTest Type — svelte Architecture

SSRTest Type — svelte Architecture

Architecture documentation for the SSRTest type/interface in test.ts from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  a424c5c1_1182_d93c_dc85_d351ca31517b["SSRTest"]
  e19cfbe3_ca82_459d_0cfe_63f6bb4739fd["test.ts"]
  a424c5c1_1182_d93c_dc85_d351ca31517b -->|defined in| e19cfbe3_ca82_459d_0cfe_63f6bb4739fd
  style a424c5c1_1182_d93c_dc85_d351ca31517b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/tests/server-side-rendering/test.ts lines 17–27

interface SSRTest extends BaseTest {
	mode?: ('sync' | 'async')[];
	compileOptions?: Partial<CompileOptions>;
	load_compiled?: boolean;
	props?: Record<string, any>;
	id_prefix?: string;
	withoutNormalizeHtml?: boolean;
	error?: string;
	csp?: { nonce: string } | { hash: true };
	script_hashes?: string[];
}

Frequently Asked Questions

What is the SSRTest type?
SSRTest is a type/interface in the svelte codebase, defined in packages/svelte/tests/server-side-rendering/test.ts.
Where is SSRTest defined?
SSRTest is defined in packages/svelte/tests/server-side-rendering/test.ts at line 17.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free