(page: Page)
| 89 | {}) as Record<string, unknown>; |
| 90 | |
| 91 | const artifactContent = (page: Page) => |
| 92 | page.frameLocator('[data-testid="artifact-shell-frame"]').frameLocator("iframe"); |
| 93 | |
| 94 | type Sample = { |
| 95 | readonly text: string; |
no outgoing calls
no test coverage detected