| 1 | import { test, expect, type Page } from '@playwright/test'; |
| 2 | import translations from '../client/i18n/locales/english/translations.json'; |
| 3 | import algoliaEightHits from './fixtures/algolia-eight-hits.json'; |
| 4 | import algoliaFiveHits from './fixtures/algolia-five-hits.json'; |
nothing calls this directly
no test coverage detected