| 11 | } from './paths'; |
| 12 | |
| 13 | interface EnvOptions { |
| 14 | INSOMNIA_DATA_PATH: string; |
| 15 | INSOMNIA_API_URL: string; |
| 16 | INSOMNIA_APP_WEBSITE_URL: string; |
| 17 | INSOMNIA_GITHUB_API_URL: string; |
| 18 | INSOMNIA_GITLAB_API_URL: string; |
| 19 | INSOMNIA_UPDATES_URL: string; |
| 20 | } |
| 21 | |
| 22 | export const test = baseTest.extend<{ |
| 23 | app: ElectronApplication; |
nothing calls this directly
no outgoing calls
no test coverage detected