MCPcopy
hub / github.com/sveltejs/svelte / hydratable.test.ts

File hydratable.test.ts

packages/svelte/src/internal/server/hydratable.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterAll, beforeAll, expect, test } from 'vitest';
2import { Renderer } from './renderer.js';
3import type { Component } from 'svelte';
4import { disable_async_mode_flag, enable_async_mode_flag } from '../flags/index.js';

Callers

nothing calls this directly

Calls 5

enable_async_mode_flagFunction · 0.90
disable_async_mode_flagFunction · 0.90
matchMethod · 0.80
testFunction · 0.50
renderMethod · 0.45

Tested by

no test coverage detected