Rahul Gupta

Results 2 issues of Rahul Gupta

We are using antd, react and testing using jest and enzyme. ``` it("should render without error", () => { let component = ( ); let wrapper = mount(component); console.log(wrapper.instance()) expect(wrapper).toBeDefined();...

In order to make API calls, I need token, hence require localStorage access.