标签: reactjs jestjs enzyme
我正在开玩笑地执行单元测试,但我不知道如何测试以下代码
javascript
React.lazy(() => import(`path/to/dynamic/${icon}`));