| 4 | /// <reference types="@testing-library/jest-dom" /> |
| 5 | |
| 6 | interface ImportMetaEnv { |
| 7 | readonly VITE_DBURL: string |
| 8 | readonly VITE_BUILD_TIME: string |
| 9 | // Add more env variables here as needed |
| 10 | } |
| 11 | |
| 12 | interface ImportMeta { |
| 13 | readonly env: ImportMetaEnv |
nothing calls this directly
no outgoing calls
no test coverage detected