Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Hashnode/mern-starter
/ mountWithIntl
Function
mountWithIntl
client/util/react-intl-test-helper.js:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
};
29
30
export
const
mountWithIntl = node => {
31
return
mount(nodeWithIntlProp(node), {
32
context: { intl },
33
childContextTypes: { intl: intlShape },
34
});
35
};
Callers
2
PostCreateWidget.spec.js
File · 0.90
PostListItem.spec.js
File · 0.90
Calls
1
nodeWithIntlProp
Function · 0.85
Tested by
no test coverage detected