MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / renderMap

Function renderMap

client/src/components/Map/index.test.tsx:53–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51);
52
53function renderMap() {
54 return render(
55 <I18nextProvider i18n={i18nTestConfig}>
56 <Map />
57 </I18nextProvider>
58 );
59}
60
61describe('Map', () => {
62 it('renders the curriculum map sections and links', () => {

Callers 1

index.test.tsxFile · 0.85

Calls 1

renderFunction · 0.85

Tested by

no test coverage detected