Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
function renderMap() {
54
return render(
55
<I18nextProvider i18n={i18nTestConfig}>
56
<Map />
57
</I18nextProvider>
58
);
59
}
60
61
describe(
'Map'
, () => {
62
it(
'renders the curriculum map sections and links'
, () => {
Callers
1
index.test.tsx
File · 0.85
Calls
1
render
Function · 0.85
Tested by
no test coverage detected