| 1 | import { execSync } from 'child_process'; |
| 2 | import { test, expect, Page } from '@playwright/test'; |
| 3 | import { SuperBlocks } from '@freecodecamp/shared/config/curriculum'; |
| 4 | import translations from '../client/i18n/locales/english/translations.json'; |
nothing calls this directly
no test coverage detected