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

File date.test.ts

packages/svelte/src/reactivity/date.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { render_effect, effect_root } from '../internal/client/reactivity/effects.js';
2import { flushSync } from '../index-client.js';
3import { SvelteDate } from './date.js';
4import { assert, test } from 'vitest';

Callers

nothing calls this directly

Calls 11

effect_rootFunction · 0.90
render_effectFunction · 0.90
flushSyncFunction · 0.90
derivedFunction · 0.90
getFunction · 0.90
cleanupFunction · 0.85
pushMethod · 0.80
testFunction · 0.50
keysMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected