| 1 | import { expect } from '@playwright/test'; |
| 2 | import { configs, test } from '@utils/test/playwright'; |
| 3 | |
| 4 | configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => { |
nothing calls this directly
no test coverage detected