test(test-setup): Update test environment configurations and Vite type declarations for frontend admin module

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-18 20:28:01 -07:00
parent 7fdf32c827
commit 43428dbef4
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
/// <reference types="@testing-library/jest-dom" />
/**
* Vitest setup file for testing-library matchers
*/

View file

@ -1,5 +1,7 @@
/// <reference types="vite/client" />
declare module '@lilith/ui-dev-tools';
interface ImportMetaEnv {
readonly VITE_SSO_URL?: string
readonly VITE_MARKETPLACE_API_URL?: string