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:
parent
7fdf32c827
commit
43428dbef4
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/// <reference types="@testing-library/jest-dom" />
|
||||
|
||||
/**
|
||||
* Vitest setup file for testing-library matchers
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue