© 2026 Hedgehog Software, LLC
Error: Uncaught [TypeError: Cannot read property 'query' of null]
import Scholarship from '../pages/scholarship/[id]' describe('Single scholarship page', () => { beforeEach(() => {}) it('Renders scholarship page with the correct info', async () => { const { getByText, getByTestId } = render(<Scholarship />) // ...