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: () =>...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Troubleshoot

render the dom

   // logg(w.debug(), 'debug') // wow, lifesaver
   const w = mount(<AuthContextProvider {...{ currentUser: cu, setCurrentUser: () => {}, useApi: useApi }}
   ><MyAccountWidget />
   </AuthContextProvider>)