(page: Page, path: string)
| 18 | }; |
| 19 | |
| 20 | const expectPage = async (page: Page, path: string): Promise<void> => { |
| 21 | await page.goto(`${DOMAIN}${path}`); |
| 22 | }; |
| 23 | |
| 24 | return [startServer, stopServer, expectPage]; |
| 25 | }; |
no outgoing calls
no test coverage detected
searching dependent graphs…