Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstack/react-theme-provider
/
Class
src/__tests__/createTheming.test.js:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
it(
'hoists non-react statics from the wrapped component'
, () => {
65
class
Component extends React.Component {
66
static foo() {
67
return
'bar'
;
68
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected