09a3d3ab17
Copilot Setup Steps / copilot-setup-steps (push) Failing after 2s
Python check requirements.txt / check-requirements (push) Has been cancelled
Python Type-Check / python type-check (push) Has been cancelled
Update Operations Documentation / update-ops-docs (push) Has been cancelled
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Has been cancelled
13 lines
333 B
Svelte
13 lines
333 B
Svelte
<script lang="ts">
|
|
import * as Tooltip from '$lib/components/ui/tooltip';
|
|
import Page from '../../../src/routes/(chat)/+page.svelte';
|
|
</script>
|
|
|
|
<!--
|
|
Test wrapper that provides necessary context providers for component testing.
|
|
This mirrors the providers from +layout.svelte.
|
|
-->
|
|
<Tooltip.Provider>
|
|
<Page />
|
|
</Tooltip.Provider>
|