| 9 | import kill from 'tree-kill'; |
| 10 | |
| 11 | export interface GotifyTest { |
| 12 | url: string; |
| 13 | close: () => Promise<void>; |
| 14 | browser: Browser; |
| 15 | page: Page; |
| 16 | } |
| 17 | |
| 18 | const windowsPrefix = process.platform === 'win32' ? '.exe' : ''; |
| 19 | const appDotGo = path.join(__dirname, '..', '..', '..', 'app.go'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…