()
| 3568 | const loadUser = () => {}; |
| 3569 | expect(ReactFreshRuntime.isLikelyComponentType(loadUser)).toBe(false); |
| 3570 | const useStore = () => {}; |
| 3571 | expect(ReactFreshRuntime.isLikelyComponentType(useStore)).toBe(false); |
| 3572 | expect(ReactFreshRuntime.isLikelyComponentType(useTheme)).toBe(false); |
| 3573 | const rogueProxy = new Proxy( |
no outgoing calls
no test coverage detected