Enzyme
From Wasya Wiki
Revision as of 15:56, 4 September 2022 by Piousbox (Talk | contribs) (Created page with " = Troubleshoot = == render the dom == // logg(w.debug(), 'debug') // wow, lifesaver const w = mount(<AuthContextProvider {...{ currentUser: cu, setCurrentUser: () =>...")
Troubleshoot
render the dom
// logg(w.debug(), 'debug') // wow, lifesaver const w = mount(<AuthContextProvider {...{ currentUser: cu, setCurrentUser: () => {}, useApi: useApi }} ><MyAccountWidget /> </AuthContextProvider>)