(p: string)
| 29 | const iconMatch = `/foo/bar/icon.png` |
| 30 | |
| 31 | const fetchPath = (p: string) => { |
| 32 | return fetch(path.posix.join(viteTestUrl, p), { |
| 33 | headers: { Accept: 'text/html,*/*' }, |
| 34 | }) |
| 35 | } |
| 36 | |
| 37 | test('should have no 404s', () => { |
| 38 | browserLogs.forEach((msg) => { |